Skip to content

Commit 017ab3a

Browse files
committed
fix(managermanager): path to the jquery file
META: 9e8c2d8
1 parent 510caad commit 017ab3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/plugins/managermanager/mm.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
$jsUrls = array(
3333
'jq' => array(
34-
'url' => $modx->config['site_url'].'assets/plugins/managermanager/js/jquery.min.js',
34+
'url' => $modx->config['site_url'].'assets/plugins/managermanager/js/jquery-1.9.1.min.js',
3535
'name' => 'jquery',
3636
'version' => '1.9.1'
3737
),

0 commit comments

Comments
 (0)