Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Dec 28, 2019
1 parent 5deefa7 commit bdb83d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/imixs-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ $(document).ready(function() {

// search from top nav
quickSearch: function () {
app.showSection('search');
app.query="(" + app.query_short.toLowerCase() + ")";
app.search();
},
Expand Down

0 comments on commit bdb83d5

Please sign in to comment.