Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd63e6e2 authored by Ronak Patel's avatar Ronak Patel
Browse files

added condition

parent 11f7d431
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
$(document).ready(function () {
	$("#two-factor-auth .settings-hint").each(function(index) {
		if(index === 0){
			$(this).removeClass('hidden');
		if(index > 0){
		}else{
			$(this).remove();
		}
	});