diff options
| -rw-r--r-- | ishtar_common/templates/widgets/search_input.html | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/ishtar_common/templates/widgets/search_input.html b/ishtar_common/templates/widgets/search_input.html index aa0f7fede..0cdf74cc5 100644 --- a/ishtar_common/templates/widgets/search_input.html +++ b/ishtar_common/templates/widgets/search_input.html @@ -46,6 +46,10 @@ if (typeof enable_save == "undefined") {      enable_save = function(){};  } +if (typeof load_bookmark_list == "undefined") { +    load_bookmark_list = function(){}; +} +  $(document).ready(function(){      $(".search-widget input").keypress(function(e) {          var key = e.key; | 
