diff --git a/assets/js/jquery.desktop.js b/assets/js/jquery.desktop.js index 0125d2f..86675cb 100755 --- a/assets/js/jquery.desktop.js +++ b/assets/js/jquery.desktop.js @@ -102,7 +102,7 @@ var JQD = (function($, window, document, undefined) { // Cancel mousedown. d.mousedown(function(ev) { - var tags = ['a', 'button', 'input', 'select', 'textarea', 'tr']; + var tags = "a,button,input,select,textarea,tr"; if (!$(ev.target).closest(tags).length) { JQD.util.clear_active(); diff --git a/index.html b/index.html index 6ad132f..8aeb164 100755 --- a/index.html +++ b/index.html @@ -1084,8 +1084,8 @@ - - + + !window.jQuery && document.write(unescape('%3Cscript src="assets/js/jquery.js"%3E%3C/script%3E')); !window.jQuery.ui && document.write(unescape('%3Cscript src="assets/js/jquery.ui.js"%3E%3C/script%3E'));