// Copyright (c) 2008 Synology Inc. All rights reserved.
MODULE_SEARCH=function(_1,_2){MODULE_SEARCH.superclass.constructor.call(this,_1,_2);};Ext.extend(MODULE_SEARCH,SYNOBLOG_MODULE,{updateModuleContent:function(){var _3=Ext.get(this.div_id+"_content");if(_3!=null){var _4=_3.getUpdateManager();_4.update("modules/search.php","action=get_module_content");}}});SYNOBLOG.instance().registerModule("search",{hasConfigDialog:0,width:0,height:0},MODULE_SEARCH);function onPressEnterInSearch(e){var _6;var _7;var _8;if(window.event){_6=e.keyCode;}else{if(e.which){_6=e.which;}}if(_6==13){onNavigate("search_"+document.getElementById("search_key").value);document.getElementById("search_key").value="";}}
