Changeset 2834:00c6631e115e for plugins
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/js/jsToolBar/jsToolBar.dotclear.js
r2751 r2834 3 3 jsToolBar.prototype.elements.link.data = {}; 4 4 jsToolBar.prototype.elements.link.fncall = {}; 5 jsToolBar.prototype.elements.link.open_url = 'popup_link.php ';5 jsToolBar.prototype.elements.link.open_url = 'popup_link.php?plugin_id=dcLegacyEditor'; 6 6 7 7 jsToolBar.prototype.elements.link.popup = function(args) { … … 18 18 19 19 jsToolBar.prototype.elements.link.fn.wiki = function() { 20 this.elements.link.popup.call(this,' ?hreflang='+this.elements.link.default_hreflang);20 this.elements.link.popup.call(this,'&hreflang='+this.elements.link.default_hreflang); 21 21 }; 22 22 jsToolBar.prototype.elements.link.fncall.wiki = function() { … … 41 41 42 42 jsToolBar.prototype.elements.link.fn.xhtml = function() { 43 this.elements.link.popup.call(this,' ?hreflang='+this.elements.link.default_hreflang);43 this.elements.link.popup.call(this,'&hreflang='+this.elements.link.default_hreflang); 44 44 }; 45 45 jsToolBar.prototype.elements.link.fncall.xhtml = function() { … … 77 77 } 78 78 79 this.elements.link.popup.call(this,' ?href='+href+'&hreflang='+hreflang+'&title='+title);79 this.elements.link.popup.call(this,'&href='+href+'&hreflang='+hreflang+'&title='+title); 80 80 }; 81 81 jsToolBar.prototype.elements.link.fncall.wysiwyg = function() {
Note: See TracChangeset
for help on using the changeset viewer.