Fixed problem with truncated date on CKEditor "Insert Timestamp" button
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user