Changeset 2749:993aebff97bb for plugins/dcCKEditor
- Timestamp:
- 09/02/14 22:05:33 (11 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/dcCKEditor/inc/dc.ckeditor.behaviors.phpr2743 r2749 42 42 } 43 43 44 public static function adminPopupMedia() { 44 public static function adminPopupMedia($editor='') { 45 if (empty($editor) || $editor!='dcCKEditor') { return;} 46 45 47 return dcPage::jsLoad(self::$p_url.'/js/popup_media.js'); 46 48 } 47 49 48 public static function adminPopupLink() { 50 public static function adminPopupLink($editor='') { 51 if (empty($editor) || $editor!='dcCKEditor') { return;} 52 49 53 return dcPage::jsLoad(self::$p_url.'/js/popup_link.js'); 50 54 } 51 55 52 public static function adminPopupPosts() { 56 public static function adminPopupPosts($editor='') { 57 if (empty($editor) || $editor!='dcCKEditor') { return;} 58 53 59 return dcPage::jsLoad(self::$p_url.'/js/popup_posts.js'); 54 60 } 
Note: See TracChangeset
          for help on using the changeset viewer.
      