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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-20 21:08:12 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-21 13:33:13 +0300
commita0a31b4b9679c1e455254d514219ab69e0c543c2 (patch)
treeb9a569d26343ef8ae4a39f9e2b97e75f79593ae7 /ncp-web
parentde5d9fb86ec0c6a5482a51e8dc865011d4e15f46 (diff)
ncp-web: fix JS docker detectionv0.57.10
Diffstat (limited to 'ncp-web')
-rw-r--r--ncp-web/wizard/JS/wizard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncp-web/wizard/JS/wizard.js b/ncp-web/wizard/JS/wizard.js
index e57b1282..8f0c4bbe 100644
--- a/ncp-web/wizard/JS/wizard.js
+++ b/ncp-web/wizard/JS/wizard.js
@@ -2,7 +2,7 @@
/*global $, jQuery, alert*/
$(document).ready(function(){
- var in_docker = $('#in-docker');
+ var in_docker = document.getElementById( 'in-docker' );
function addNotification( txt, tclass )
{