Changeset 2962:10af9b4f1ce0 for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 02/17/15 10:21:10 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r2869 r2962 24 24 (function($) { 25 25 $.toolbarPopup = function toolbarPopup(url) { 26 if (dotclear.admin_base_url != '') { 27 var pos = url.indexOf(dotclear.admin_base_url); 28 if (pos == -1) { 29 url = dotclear.admin_base_url + url; 30 } 31 } 32 26 33 var args = Array.prototype.slice.call(arguments); 27 34 var width = 520, height = 420;
Note: See TracChangeset
for help on using the changeset viewer.