X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b9055c7fc8caed025fd28c12532bd462edb8c78d..97a4b964820b9df287829d5b52c5d0b807d51121:/redakcja/static/js/wiki/wikiapi.js?ds=sidebyside diff --git a/redakcja/static/js/wiki/wikiapi.js b/redakcja/static/js/wiki/wikiapi.js index d62d8fe4..ad31af3f 100644 --- a/redakcja/static/js/wiki/wikiapi.js +++ b/redakcja/static/js/wiki/wikiapi.js @@ -9,9 +9,9 @@ /* * Return absolute reverse path of given named view. (at least he have it * hard-coded in one place) - * + * * TODO: think of a way, not to hard-code it here ;) - * + * */ function reverse() { var vname = arguments[0]; @@ -33,7 +33,7 @@ if (vname == "ajax_document_gallery") { - return base_path + "/gallery/" + arguments[1]; + return base_path + "/" + arguments[1] + "/gallery"; } if (vname == "ajax_document_diff") @@ -103,10 +103,10 @@ }; /* * Fetch history of this document. - * + * * from - First revision to fetch (default = 0) upto - Last revision to * fetch (default = tip) - * + * */ WikiDocument.prototype.fetchHistory = function(params) { /* this doesn't modify anything, so no locks */