mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Corrected AJAX path
SVN revision: 1924
This commit is contained in:
parent
886882dd84
commit
753f68ffce
@ -81,8 +81,7 @@ oInsertTimeCommand.Execute = function()
|
|||||||
|
|
||||||
xmlHttp.onreadystatechange = function()
|
xmlHttp.onreadystatechange = function()
|
||||||
{
|
{
|
||||||
if(xmlHttp.readyState == 4)
|
if(xmlHttp.readyState == 4) {
|
||||||
{
|
|
||||||
// Get the editor instance that we want to interact with.
|
// Get the editor instance that we want to interact with.
|
||||||
var oEditor = FCKeditorAPI.GetInstance('Text') ;
|
var oEditor = FCKeditorAPI.GetInstance('Text') ;
|
||||||
|
|
||||||
@ -91,7 +90,7 @@ oInsertTimeCommand.Execute = function()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
xmlHttp.open("GET","../../../?cmd=gettimedate",true);
|
xmlHttp.open("GET","../../?cmd=gettimedate",true);
|
||||||
xmlHttp.send(null);
|
xmlHttp.send(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user