show a javascript alert when you click the upgrade button

This commit is contained in:
Régis Hanol 2014-03-25 19:46:10 +01:00
parent acd73398f8
commit d5ef4bc371
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ $(function(){
data: { path: $(this).data("path") }, data: { path: $(this).data("path") },
dataType: "text", dataType: "text",
method: "POST" method: "POST"
}).then(function() {
alert("scroll to the bottom of your browser to watch the update");
}); });
}); });