This commit is contained in:
nilsding 2014-08-18 18:30:03 +02:00
parent 4ad2381b6e
commit 0b5c72eda3
2 changed files with 1 additions and 2 deletions

View File

@ -2116,7 +2116,6 @@ function a(b) {
document.getElementById("recent-count").disabled = b;
}
function b(x) {
x.preventDefault();
$.get("ucp.php?page=ajax&action=delete-word&id=" + x.dataset.wordId,
function (d) {
d = JSON.parse(d);

File diff suppressed because one or more lines are too long