Skip to content

Commit 02db5db

Browse files
committed
add javascript to page footer (#145)
1 parent 274f8c3 commit 02db5db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inc/class-antivirus.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ public static function add_enqueue_script() {
353353
'av_script',
354354
plugins_url( 'js/script.min.js', ANTIVIRUS_FILE ),
355355
array( 'jquery' ),
356-
$data['Version']
356+
$data['Version'],
357+
true
357358
);
358359

359360
// Localize script data.

0 commit comments

Comments
 (0)