Correction de divers bug.
Changement de listConference, ça affiche les roles maintenant
This commit is contained in:
@@ -40,4 +40,10 @@ var AuthorManager = Class.create({
|
||||
|
||||
Event.observe(window,'load', function() {
|
||||
new AuthorManager()
|
||||
});
|
||||
});
|
||||
|
||||
function deleteArticle(ArticleID) {
|
||||
if (confirm("Are you sure you want to delete this article?")) {
|
||||
document.location.href = "delete.htm?articleId=" + ArticleID;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user