Skip to content

Commit 3fada0c

Browse files
BrunildaDostisamtuke
authored andcommitted
revert event handlers .on() to .trigger()
1 parent 5d3f28d commit 3fada0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/js/phplistapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ $(document).ready(function () {
239239
$(".tabbed1").tabs();
240240
}
241241

242-
$("#subjectinput").on("focus",function () {
242+
$("#subjectinput").trigger("focus",function () {
243243
if (this.value == '(no subject)') {
244244
this.value = "";
245245
}

0 commit comments

Comments
 (0)