diff --git a/public_html/deployment/classes/project.class.php b/public_html/deployment/classes/project.class.php index 3ac4ed9815b47a25fc3506572c7719fc5b0249f1..149fafd92a6fc5e573551cff66ddf8ea074496dc 100644 --- a/public_html/deployment/classes/project.class.php +++ b/public_html/deployment/classes/project.class.php @@ -3614,7 +3614,7 @@ class project extends base { 'value' => $this->_aPrjConfig["fileprefix"], 'required' => 'required', 'validate' => 'isastring', - 'pattern' => '[a-z0-9\-\_]*', + 'pattern' => '[a-z0-9\-_]*', 'size' => 100, 'placeholder' => '', ); @@ -4178,7 +4178,7 @@ class project extends base { 'required' => 'required', 'validate' => 'isastring', 'size' => 100, - 'pattern' => '[a-z0-9\-\_]*', + 'pattern' => '[a-z0-9\-_]*', 'placeholder' => t("class-project-info-setup-projectId-placeholder"), ), ), diff --git a/public_html/deployment/classes/projectlist.class.php b/public_html/deployment/classes/projectlist.class.php index 4285c98249a2a5de7aed4d65aa7d79d40022cf7d..c3629eeb9dd863a5a8c8c8f09b4c8cd72c6166db 100644 --- a/public_html/deployment/classes/projectlist.class.php +++ b/public_html/deployment/classes/projectlist.class.php @@ -555,7 +555,7 @@ class projectlist extends base{ </thead> <tbody> ' . $sOut . '</tbody></table>' - . '<script>window.setTimeout("setDefaultView();", 50); window.setTimeout("window.location.replace(window.location.pathname + window.location.search + window.location.hash);; ", 60000);</script>'; + . '<script>window.setTimeout("setDefaultView();", 50); window.setTimeout("window.location.replace(window.location.pathname + window.location.search + window.location.hash);", 60000);</script>'; } else { $sOut = t("class-pl-error-no-project") . '<br><br>' . $oPrj1->renderLink("new") diff --git a/public_html/vendor/axelhahn/js/addi.js b/public_html/vendor/axelhahn/js/addi.js index 102226a0849486ff1c41ce8ace6465c7fb546e4f..1fac9723be2981bd52f1bae43e3f0b50fe1faf62 100644 --- a/public_html/vendor/axelhahn/js/addi.js +++ b/public_html/vendor/axelhahn/js/addi.js @@ -231,7 +231,7 @@ // force position: fixed var aStyles = oDiv2Drag.currentStyle || window.getComputedStyle(oDiv2Drag); - console.log(oDiv2Drag.id + ' position: ' + aStyles.position); + // console.log(oDiv2Drag.id + ' position: ' + aStyles.position); if(!aStyles.position || aStyles.position=='static' /* || aStyles.position!='fixed' */){ // oDiv2Drag.style.position='fixed'; }