Typo
This commit is contained in:
parent
63d51980e1
commit
337e3ed61f
|
@ -26,8 +26,8 @@ $array = array(
|
|||
"oc_debug" => (defined('DEBUG') && DEBUG) ? 'true' : 'false',
|
||||
"oc_webroot" => "\"".OC::$WEBROOT."\"",
|
||||
"oc_appswebroots" => str_replace('\\/', '/', json_encode($apps_paths)), // Ugly unescape slashes waiting for better solution
|
||||
"oc_current_user" => "document.head.getAttribute('data-user');",
|
||||
"oc_requesttoken" => "document.head.getAttribute('data-requesttoken');",
|
||||
"oc_current_user" => "document.head.getAttribute('data-user')",
|
||||
"oc_requesttoken" => "document.head.getAttribute('data-requesttoken')",
|
||||
"datepickerFormatDate" => json_encode($l->l('jsdate', 'jsdate')),
|
||||
"dayNames" => json_encode(
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue