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:
Diffstat (limited to 'ncp-web/wizard/JS/wizard.js')
-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 )
{