From c3230b26a26aea870e83ce7d5753090798eac397 Mon Sep 17 00:00:00 2001 From: Andrzej Dabrowski Date: Thu, 30 Aug 2012 23:23:28 +0200 Subject: [PATCH] bugfix to issue #18 / multiple "symphony" strings in URL --- assets/symphony.ckeditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/symphony.ckeditor.js b/assets/symphony.ckeditor.js index fd6e563..1b6ef10 100755 --- a/assets/symphony.ckeditor.js +++ b/assets/symphony.ckeditor.js @@ -73,4 +73,4 @@ jQuery(document).ready(function () { // Replace CKEditor instances: CKEDITOR.replace(objectName, configurationData); }); -}); \ No newline at end of file +});