CC-2460:Popup shouldn't show after X is pressed

- changed name to "donotshowregistrationpopup"
This commit is contained in:
james 2011-07-06 17:02:58 -04:00
parent 54b1f7c40d
commit ba4733ceb6
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
$(document).ready(function(){
function doNotShowPopup(){
$.get("/Nowplaying/donotshowpopup");
$.get("/Nowplaying/donotshowregistrationpopup");
}
var dialog = $("#register_popup");