diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-06-09 00:44:35 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-06-09 00:44:35 +0200 |
commit | 5887754d12d84c6a72a95392ad01b70fbf981fa8 (patch) | |
tree | e863e06391207b31118388c3ee6b3392c3e280d4 /data/js/script.js | |
parent | 3a5c68fd37579ef7fae8114f16be2b53947c0135 (diff) |
update jquery and jquery.ui to 2.0.2 and 1.10.3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/js/script.js')
-rw-r--r-- | data/js/script.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/data/js/script.js b/data/js/script.js index 15072b412..3f145d1be 100644 --- a/data/js/script.js +++ b/data/js/script.js @@ -46,15 +46,6 @@ function fixedEncodeURIComponent (str) { $('.delete-history').prop('checked', $(this).is(':checked')); }); - $('.modal').on('shown', function(e) { - var modal = $(this); - - modal.css('margin-top', (modal.outerHeight() / 2) * -1) - .css('margin-left', (modal.outerWidth() / 2) * -1); - - return this; - }); - window.lines_wrapped = true; $('#linewrap').click(function() { if (window.lines_wrapped == true) { |