Skip to content

Commit 00f70c7

Browse files
BrunildaDostisamtuke
authored andcommitted
functions quote changes
1 parent 6f84249 commit 00f70c7

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

0 commit comments

Comments
 (0)