filtered chunks table,
[redakcja.git] / redakcja / static / js / wiki / xslt.js
index 46726c1..0390fd4 100644 (file)
@@ -40,7 +40,7 @@ function withThemes(code_block, onError)
 {
     if (typeof withThemes.canon == 'undefined') {
         $.ajax({
 {
     if (typeof withThemes.canon == 'undefined') {
         $.ajax({
-            url: '/themes',
+            url: '/editor/themes',
             dataType: 'text',
             success: function(data) {
                 withThemes.canon = data.split('\n');
             dataType: 'text',
             success: function(data) {
                 withThemes.canon = data.split('\n');