CC-2460:Popup shouldn't show after X is pressed
- changed name to "donotshowregistrationpopup"
This commit is contained in:
parent
54b1f7c40d
commit
ba4733ceb6
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ class NowplayingController extends Zend_Controller_Action
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function donotshowpopupAction()
|
public function donotshowregistrationpopupAction()
|
||||||
{
|
{
|
||||||
// unset session
|
// unset session
|
||||||
Zend_Session::namespaceUnset('referrer');
|
Zend_Session::namespaceUnset('referrer');
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
|
||||||
function doNotShowPopup(){
|
function doNotShowPopup(){
|
||||||
$.get("/Nowplaying/donotshowpopup");
|
$.get("/Nowplaying/donotshowregistrationpopup");
|
||||||
}
|
}
|
||||||
|
|
||||||
var dialog = $("#register_popup");
|
var dialog = $("#register_popup");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue