summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/button.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/button.js b/client/button.js
index 166d339..476fc04 100644
--- a/client/button.js
+++ b/client/button.js
@@ -11,14 +11,6 @@ Router.onRun(function () {
this.next();
}, { only: ['login'] });
-Router.onRun(function () {
- $(document).ready(function () {
- $('div.all-months').offset({ top: -1142 });
- $('div.all-years').offset({ top: -392 });
- });
- this.next();
-}, { only: ['dates'] });
-
function prepareDates() {
var month = $('input[name=month]').val();
var year = $('input[name=year]').val();