Changeset 17176 for lang/javascript/vimperator-plugins/trunk
- Timestamp:
- 08/06/08 21:41:25 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/commandBookmarklet.js
r9230 r17176 28 28 title = liberator.util.escapeHTML(title); 29 29 30 url = liberator.util.escapeHTML(url); 31 var command = new Function("", 'liberator.open("' + url + '");'); 30 var command = function () { liberator.open(url); }; 32 31 liberator.commands.addUserCommand( 33 32 [title],
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)