diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-15 14:04:13 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-15 14:04:13 +0300 |
| commit | df83acb48db06303f0cb8038219c77a609557f5b (patch) | |
| tree | aaed14a76270b3e36952cfd952120b58ea138753 /client/button.js | |
| parent | 3f17dae14c0d27b8d6f6479a00f25469c1a5dcc4 (diff) | |
Revert "Set default month and year offsets"
This reverts commit 3f17dae14c0d27b8d6f6479a00f25469c1a5dcc4.
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 8 |
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(); |
