From: Aleksander Ɓukasz Date: Wed, 20 Mar 2013 13:20:31 +0000 (+0100) Subject: Reverting unnecessary change (related: #2199) X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/0e65799744cb6b70e1d9af24c22183fc192ba402?ds=inline Reverting unnecessary change (related: #2199) --- diff --git a/redakcja/static/js/wiki/view_editor_wysiwyg.js b/redakcja/static/js/wiki/view_editor_wysiwyg.js index 75c1c635..5e1fd60d 100644 --- a/redakcja/static/js/wiki/view_editor_wysiwyg.js +++ b/redakcja/static/js/wiki/view_editor_wysiwyg.js @@ -306,7 +306,7 @@ localStorage.setItem("recentSymbols", insertVal); } } - + $(specialCharsContainer).remove(); }); $('#specialCharsClose').click(function(){ $(specialCharsContainer).remove();