diff options
author | M.Gergo | 2018-07-06 11:35:38 +0200 |
---|---|---|
committer | M.Gergo | 2018-07-06 11:35:38 +0200 |
commit | 9f8ebef887d2a1fa3c4ca138e28d6f732071176b (patch) | |
tree | 60bac3ca437d60d4f82d6f23e8b10e765b3e803b /mayor-orig/www/skin/classic/base/javascript | |
parent | 095e5987eadbe3786be5e12ef385bda9640155b0 (diff) | |
download | mayor-9f8ebef887d2a1fa3c4ca138e28d6f732071176b.tar.gz mayor-9f8ebef887d2a1fa3c4ca138e28d6f732071176b.zip |
2018-07-03 állapot
Diffstat (limited to 'mayor-orig/www/skin/classic/base/javascript')
-rw-r--r-- | mayor-orig/www/skin/classic/base/javascript/base.jquery.min.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mayor-orig/www/skin/classic/base/javascript/base.jquery.min.js b/mayor-orig/www/skin/classic/base/javascript/base.jquery.min.js index 713de384..7241d8a8 100644 --- a/mayor-orig/www/skin/classic/base/javascript/base.jquery.min.js +++ b/mayor-orig/www/skin/classic/base/javascript/base.jquery.min.js @@ -928,13 +928,13 @@ var hideUpdateWindowSideSub = function() {}; var processJSON; $(document).ready(function() { // még több click eseménykezelő! - $('#mayorMenuSearchIcon').on('click',function() { + $('#mayorMenuSearchIcon').on('click',function(event) { $('#mayorSearch').show(); event.preventDefault(); event.stopImmediatePropagation(); // STOP mayorClick $('#mayorSearch input[type=text]').focus(); }); - $('#mayorNaviSearchIcon').on('click',function() { + $('#mayorNaviSearchIcon').on('click',function(event) { $('#mayorSearch').show(); event.preventDefault(); event.stopImmediatePropagation(); // STOP mayorClick |