X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ftemplates%2Fplugin.js;h=64d70e0a68d9ce92ffa797dc4f8312b71d0b541c;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hp=dc8887050703261c45bcc374b85e2e707f287389;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/templates/plugin.js b/_source/plugins/templates/plugin.js index dc88870..64d70e0 100644 --- a/_source/plugins/templates/plugin.js +++ b/_source/plugins/templates/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -85,6 +85,7 @@ CKEDITOR.config.templates = 'default'; CKEDITOR.config.templates_files = [ CKEDITOR.getUrl( + '_source/' + // @Packager.RemoveLine 'plugins/templates/templates/default.js' ) ];