show a javascript alert when you click the upgrade button
This commit is contained in:
parent
acd73398f8
commit
d5ef4bc371
|
@ -15,6 +15,8 @@ $(function(){
|
|||
data: { path: $(this).data("path") },
|
||||
dataType: "text",
|
||||
method: "POST"
|
||||
}).then(function() {
|
||||
alert("scroll to the bottom of your browser to watch the update");
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue