Changeset 15910 for lang/javascript/vimperator-plugins/trunk
- Timestamp:
- 07/17/08 07:59:07 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/bookmarktoolbar-hint.js
r13457 r15910 94 94 this.go = options.guioptions; 95 95 options.guioptions += "b"; 96 //liberator.modes.setCustomMode('BookmarksToolbar-Hint', this.onEvent, this.quit);96 this.where = where; 97 97 liberator.modes.setCustomMode('BookmarksToolbar-Hint', function(){return;}, this.quit); 98 98 this.show(); … … 147 147 } 148 148 return; 149 case "h":150 149 case "<BS>": 151 150 if (key == "<BS>" && currentNum > 0){ 152 151 currentNum = Math.floor(currentNum / 10); 153 152 updateSelector(); 153 return; 154 } 155 case "h": 156 if (current == this.toolbar){ 157 closeMenus(current); 158 liberator.options.guioptions = this.go; 159 this.quit(); 154 160 } else { 155 if (current == this.toolbar){ 156 closeMenus(current); 157 liberator.options.guioptions = this.go; 158 this.quit(); 159 } else { 160 current.hidePopup(); 161 clearTooltips(); 162 this.show(current.parentNode.parentNode); 163 } 161 current.hidePopup(); 162 clearTooltips(); 163 this.show(current.parentNode.parentNode); 164 164 } 165 165 return;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)