Falko Timme
2014-04-30 b283f9c3b2d16e6c29eaf5240607f21c580ce8d2
- Re-enabled "Remember Password"- function on login screen.
3 files modified
9 ■■■■■ changed files
interface/web/login/templates/index.htm 5 ●●●● patch | view | raw | blame | history
interface/web/themes/blue/templates/main.tpl.htm 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/templates/main.tpl.htm 2 ●●● patch | view | raw | blame | history
interface/web/login/templates/index.htm
@@ -39,4 +39,7 @@
        </div>
    </div>
</div>
</div>
<script language="JavaScript" type="text/javascript">
    $('#username').closest('form').attr('autocomplete','on');
</script>
interface/web/themes/blue/templates/main.tpl.htm
@@ -22,7 +22,7 @@
            jQuery(document).ready(function() {
                loadInitContent();
                
                $('form').attr('autocomplete','off');
                $('form').not('#dummy_login_form').attr('autocomplete','off');
                
                $("#pageForm").submit(function(e){
                    //Prevent form submit: e.preventDefault() in lists
interface/web/themes/default/templates/main.tpl.htm
@@ -22,7 +22,7 @@
            jQuery(document).ready(function() {
                loadInitContent();
                
                $('form').attr('autocomplete','off');
                $('form').not('#dummy_login_form').attr('autocomplete','off');
                
                $("#pageForm").submit(function(e){
                    //Prevent form submit: e.preventDefault() in lists