Changeset 37867
- Timestamp:
- 06/28/10 01:37:17 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/maine_coon.js
r37853 r37867 425 425 } 426 426 427 autocommands.add( 428 'DOMLoad', 429 /.*/, 430 function (args) { 431 if (displayURL) 432 echo(args.url); 433 } 427 events.addSessionListener( 428 document.getElementById("appcontent"), 429 "DOMContentLoaded", 430 function (event) { 431 let doc = event.originalTarget; 432 if (doc instanceof HTMLDocument && !doc.defaultView.frameElement && displayURL) 433 echo(doc.location.href); 434 }, 435 true 434 436 ); 435 437
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)