Temp.
[redakcja.git] / platforma / static / js / main.js
index cdcc21a..f94e04e 100644 (file)
@@ -398,7 +398,7 @@ function html(element) {
         return true;
     }
        
-       var ANNOT_ALLOWED = ['wyroznienie'];
+       var ANNOT_ALLOWED = ['wyroznienie', 'slowo_obce', 'osoba'];
        
        function html2plainText(fragment) {
                var text = "";
@@ -763,7 +763,7 @@ $(function() {
     CodeMirror.fromTextArea('id_text', {
         parserfile: 'parsexml.js',
         path: STATIC_URL + "js/lib/codemirror/",
-        stylesheet: STATIC_URL + "css/xmlcolors.css",
+        stylesheet: STATIC_URL + "css/xmlcolors_15032010.css",
         parserConfig: {
             useHTMLKludges: false
         },