CC-4307: Add "Never show again" to the pop-up registration prompt

-done
This commit is contained in:
denise 2012-08-28 17:30:34 -04:00
parent ee54ef2b81
commit 3d20ded170
3 changed files with 33 additions and 5 deletions

View file

@ -26,6 +26,18 @@ $(document).ready(function(){
$(this).dialog("close");
}
},
{
id: "remind_never",
text: "Remind me never",
click: function() {
var url ='/Usersettings/remindme-never';
$.ajax({
url: url,
data: {format:"json"}
});
$(this).dialog("close");
}
},
{
id: "help_airtime",
text: "Yes, help Airtime",