Fix incorrect function being used

This commit is contained in:
Thomas Piccirello 2019-08-06 00:32:48 -07:00 committed by sledgehammer999
commit 8e394e0cdb
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -89,7 +89,7 @@
} }
}).send(); }).send();
}, },
onError: function() { onFailure: function() {
alert("QBT_TR(Unable to create category)QBT_TR[CONTEXT=HttpServer] " + window.qBittorrent.Misc.escapeHtml(categoryName)); alert("QBT_TR(Unable to create category)QBT_TR[CONTEXT=HttpServer] " + window.qBittorrent.Misc.escapeHtml(categoryName));
} }
}).send(); }).send();