aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-05-11 21:08:26 +0200
committerMorris Jobke <morris.jobke@gmail.com>2013-05-12 10:51:21 +0200
commit337e3ed61fc50d1d69b6f481777e58c3f9a428fd (patch)
tree6adf79fbcb32147c6532d989e0896ed616316566 /core/js
parent63d51980e17b34c16fdff2cb5bc6f9924a8f1d61 (diff)
downloadnextcloud-server-337e3ed61fc50d1d69b6f481777e58c3f9a428fd.tar.gz
nextcloud-server-337e3ed61fc50d1d69b6f481777e58c3f9a428fd.zip
Typo
Diffstat (limited to 'core/js')
-rw-r--r--core/js/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/config.php b/core/js/config.php
index 8a377c2da1a..48bea6ae542 100644
--- a/core/js/config.php
+++ b/core/js/config.php
@@ -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(