CC-4307: Add "Never show again" to the pop-up registration prompt
-done
This commit is contained in:
parent
ee54ef2b81
commit
3d20ded170
3 changed files with 33 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue