Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/js/jsToolBar/jsToolBar.dotclear.js
r2614 r2751 5 5 jsToolBar.prototype.elements.link.open_url = 'popup_link.php'; 6 6 7 jsToolBar.prototype.elements.link.popup = function 7 jsToolBar.prototype.elements.link.popup = function(args) { 8 8 window.the_toolbar = this; 9 9 args = args || ''; … … 155 155 fn: {}, 156 156 fncall: {}, 157 open_url: 'media.php?popup=1 ',157 open_url: 'media.php?popup=1&plugin_id=dcLegacyEditor', 158 158 data: {}, 159 159 popup: function() { … … 355 355 title: 'Link to an entry', 356 356 fn: {}, 357 open_url: 'popup_posts.php ',357 open_url: 'popup_posts.php?plugin_id=dcLegacyEditor', 358 358 data: {}, 359 359 popup: function() {
Note: See TracChangeset
for help on using the changeset viewer.