diff options
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) { |