Changeset 999 for trunk/plugins/ContextMenu
- Timestamp:
- 05/01/08 11:21:20 (4 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/ContextMenu/context-menu.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ContextMenu/context-menu.js
r988 r999 7 7 // This notice MUST stay intact for use (see license.txt). 8 8 // 9 // $Id $9 // $Id:context-menu.js 988M 2008-04-12 13:46:09Z (local) $ 10 10 11 11 Xinha.loadStyle("menu.css", "ContextMenu"); … … 345 345 doc = popup.document; 346 346 doc.open(); 347 doc.write("<html><head><style type='text/css'>@import url(" + _editor_url + "plugins/ContextMenu/menu.css); html, body { padding: 0px; margin: 0px; overflow: hidden; border: 0px; }</style></head><body unselectable='yes'></body></html>");347 doc.write("<html><head><style type='text/css'>@import url(" + Xinha.getPluginDir('ContextMenu') + "/menu.css); html, body { padding: 0px; margin: 0px; overflow: hidden; border: 0px; }</style></head><body unselectable='yes'></body></html>"); 348 348 doc.close(); 349 349 }
