Implement popup boxes to change titles

This commit is contained in:
Eike Foken
2011-09-14 23:02:38 +02:00
parent 7cde3ee418
commit 9bf495ad9d
6 changed files with 540 additions and 13 deletions

View File

@@ -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.
*