Skip to content
Snippets Groups Projects
Commit 6c00cbd9 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '5997-no-autocomplete' into 'master'

5997 no autocomplete

See merge request !48
parents c2e0b819 425b72ff
Branches
No related tags found
1 merge request!485997 no autocomplete
Pipeline #1474 passed
......@@ -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"),
),
),
......
......@@ -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")
......
......@@ -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';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment