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 242cf74de..f0ab3cc94 100644 --- a/data/js/script.js +++ b/data/js/script.js @@ -1,14 +1,5 @@ (function($) { $(function() { - $('[rel="tooltip"]').tooltip({ - placement: 'bottom', - container: 'body', - }); - - $('#history-all').bind('change', function() { - $('.delete-history').prop('checked', $(this).is(':checked')); - }); - window.lines_wrapped = true; $('[id^=linewrap-]').click(function() { if (window.lines_wrapped == true) { |