mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-04 06:46:16 +00:00
Fixes to run from sub-directory.
This commit is contained in:
@@ -69,7 +69,7 @@ NeedAlgorithm.prototype.result = function(resultCallback)
|
||||
console.log("Vote" + this["voteIndex"]);
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "/cgi-bin/vote.php?index=" + this["voteIndex"],
|
||||
url: "/" + SiteDir + "cgi-bin/vote.php?index=" + this["voteIndex"],
|
||||
dataType: "text"
|
||||
});
|
||||
$("#voteDialog").dialog('close');
|
||||
|
||||
Reference in New Issue
Block a user