Dotclear


Ignore:
Timestamp:
02/17/15 10:21:10 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Update CKEditor to last published release
Fixes #2039

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r2869 r2962  
    2424(function($) { 
    2525     $.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 
    2633          var args = Array.prototype.slice.call(arguments); 
    2734          var width = 520, height = 420; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map