Properies pane.
[redakcja.git] / src / redakcja / static / js / wiki / wikiapi.js
index 28450ce..2f1bceb 100644 (file)
         return text.length;
     }
 
+    /* Temporary workaround for relative images. */
+    WikiDocument.prototype.getBase = function() {
+        return '/media/dynamic/images/' + this.galleryLink + '/';
+    };
 
        $.wikiapi.WikiDocument = WikiDocument;
 })(jQuery);