Implement popup boxes to change titles
This commit is contained in:
@@ -9,19 +9,6 @@ function getNotifications() {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Asks the user if he is sure to delete an item.
|
||||
*
|
||||
* @param url
|
||||
*/
|
||||
function deleteConfirm(url) {
|
||||
var answer = confirm('Are you sure?');
|
||||
|
||||
if (answer) {
|
||||
window.location = url;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets a cookie.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user