Fix some javascript code (#603)

environments/ppa-mbqj77/deployments/1
Clément Oudot 12 years ago
parent 669c46a65c
commit 11c035c5f3
  1. 4
      lemonldap-ng-portal/example/skins/common/portal.js

@ -16,10 +16,10 @@ if(autocomplete.match('1')){autocomplete='on';}
if(autocomplete.match('0')){autocomplete='off';}
/* Set newwindow value (default is false) */
if(newwindow.match('1')){newwindow=true;}else{newwindow=false};
if(newwindow.match('1')){newwindow=true;}else{newwindow=false;}
/* Set antiframe value (default is true) */
if(antiframe.match('0')){antiframe=false;}else{antiframe=true};
if(antiframe.match('0')){antiframe=false;}else{antiframe=true;}
/* jQuery */
$(document).ready(function(){

Loading…
Cancel
Save