mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Localize function now uses the correct relative link.
This commit is contained in:
parent
f6275ffc09
commit
46bdc62add
@ -4,7 +4,7 @@
|
||||
//
|
||||
// NOTE: This function works SYNCRHONOUSLY
|
||||
function localize(str) {
|
||||
var URL = '/' + parent.logbook + "/?cmd=loc&value=" + str;
|
||||
var URL = "?cmd=loc&value=" + str;
|
||||
|
||||
return $.ajax({
|
||||
type: "GET",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user