Skip to content

Commit

Permalink
revert event handlers .on() to .trigger()
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunildaDosti committed Mar 11, 2019
1 parent d038429 commit 0463bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/js/phplistapp.js
Expand Up @@ -239,7 +239,7 @@ $(document).ready(function () {
$(".tabbed1").tabs();
}

$("#subjectinput").on("focus",function () {
$("#subjectinput").trigger("focus",function () {
if (this.value == '(no subject)') {
this.value = "";
}
Expand Down

0 comments on commit 0463bd0

Please sign in to comment.