security update core+modules

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-26 18:38:56 +02:00
parent 2f45ea820a
commit 7c96373038
1022 changed files with 30319 additions and 11259 deletions

View File

@@ -1,17 +1,19 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
(function ($) {
Drupal.ckeditor_ver = false;
Drupal.ckeditor_ver = 4;
$(document).ready(function() {
if (typeof(CKEDITOR) == "undefined")
return;
$('#edit-uicolor-textarea').show();
// $('#edit-uicolor-textarea').show();
Drupal.ckeditor_ver = Drupal.settings.ckeditor_version.split('.')[0];
if (Drupal.settings.ckeditor_version) {
Drupal.ckeditor_ver = Drupal.settings.ckeditor_version.split('.')[0];
}
Drupal.editSkinEditorInit = function() {
var skinframe_src = $('#skinframe').attr('src');
@@ -129,4 +131,4 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
$("form#ckeditor-admin-profile-form textarea#edit-toolbar, form#ckeditor-admin-profile-form #edit-toolbar + .grippie").show();
}
});
})(jQuery);
})(jQuery);