diff options
author | Joakim Reinert <mail@jreinert.com> | 2015-04-19 00:53:34 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-05 12:21:27 +0200 |
commit | c6448f49018ba88d5b2525b224415e6d7fd2b4fe (patch) | |
tree | 0b22cece7e61f43cf2e353b2bd664b1fbea1add9 /data/js/script.js | |
parent | 7a6ddaf571efa3e87d6f40a4e465d31d16583979 (diff) |
Do minor refactoring on app js
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) { |