Fixed problem with truncated date on CKEditor "Insert Timestamp" button

This commit is contained in:
2015-06-08 12:01:17 +02:00
parent c7d1f53594
commit a09ed01c82
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ CKEDITOR.plugins.add( 'timestamp', {
// Define the function that will be fired when the command is executed.
exec: function( editor ) {
var URL = "../../?cmd=gettimedate";
var URL = "./?cmd=gettimedate";
$.ajax({
url: URL,