GM-Script-Writer-62850 / PHP-Scanner-Server

Allows you to use your Linux install as a web based scanner server thus allowing you to scan with any web enabled device; Now supports server side printing! (As of 1.4.11)
59 stars 17 forks source link

Email does forces you to remember something #6

Closed GM-Script-Writer-62850 closed 11 years ago

GM-Script-Writer-62850 commented 11 years ago

It is supposed to allow you to not remember anything, it will be fixed in the next release

This is fixed code for lines 635-636 of main.js (just below if(storeSupport){ in the emailManager function)

        html+='<div class="label">Remember Me:</div><div class="control"><input '+(file?'':'checked="checked" ')+'id="email-nopass" onchange="if(this.checked){getID(\'email-pass\').checked=false}'+(file?'':'else if(getID(\'email-nopass\').checked){getID(\'email-pass\').checked=true}')+'" type="checkbox" name="store"/> <small>(Exclude Password)</small></div>'+
        '<div class="label">Remember Me:</div><div class="control"><input id="email-pass" onchange="if(this.checked){getID(\'email-nopass\').checked=false}'+(file?'':'else if(getID(\'email-pass\').checked){getID(\'email-nopass\').checked=true}')+'" type="checkbox" name="storepass"/> <small>(Include Password)</small></div>';
GM-Script-Writer-62850 commented 11 years ago

finally released this