Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2019-09-24 18:34:54 +0300
committerPhie <phie@phie.ovh>2019-09-24 18:34:54 +0300
commit4656e8dead4441fb4b67aceacd60954b60591c50 (patch)
tree722b9d2cd1c9059b16461ba5d8cb547e204348c0 /templates
parent2ed68f8007a46fe7eb572381ad9d1881c884f3f1 (diff)
load fullscreen.js in header
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index fc50f62..5fd2fd1 100755
--- a/templates/index.php
+++ b/templates/index.php
@@ -29,8 +29,8 @@ if($_['carnet_display_fullscreen']==="yes"){
<link rel=\"icon\" href=\"".image_path('', 'favicon.ico')."\">
<link rel=\"mask-icon\" sizes=\"any\" href=\"".image_path('', 'favicon-mask.svg')."\" color=\"".$theme->getColorPrimary()."\">
<link rel=\"manifest\" href=\"".image_path('', 'manifest.json')."\">
+ <script src=\"compatibility/nextcloud/fullscreen.js?mtime=\"></script>
</head>", $file);
- $file .= "<script src=\"compatibility/nextcloud/fullscreen.js?mtime=\"></script>";
if($_['nc_version']>=16)
style("carnet","../templates/CarnetElectron/compatibility/nextcloud/nc16");