Skip to content

Commit 7c6fd8e

Browse files
authored
Update lightWeightPopup.js
1 parent 31da74a commit 7c6fd8e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

js/lightWeightPopup.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@
3535
success : function(data){
3636
if(data!=""){
3737
setTimeout(function(){$('#lightWeightPopupBody').html(data);},1000);
38+
}else{
39+
alert('No data found!');
3840
}
3941
}
4042
});
4143
}
4244
});
4345

4446
};
45-
}(jQuery));
47+
}(jQuery));

0 commit comments

Comments
 (0)