diff --git a/assets/js/jquery.desktop.js b/assets/js/jquery.desktop.js index 0125d2f..7342f6a 100755 --- a/assets/js/jquery.desktop.js +++ b/assets/js/jquery.desktop.js @@ -182,7 +182,7 @@ var JQD = (function($, window, document, undefined) { }); // Taskbar buttons. - d.on('click', '#dock a', function() { + d.on('mousedown', '#dock a', function() { // Get the link's target. var x = $($(this).attr('href'));