Skip to content

Commit 118c5b3

Browse files
committed
Drop soft dependency on jQuery plugin
Since 1.3, jQuery is bundled in MantisBT core
1 parent 55a8e09 commit 118c5b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Source.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ function register() {
3232
$this->requires = array(
3333
'MantisCore' => self::MANTIS_VERSION,
3434
);
35-
$this->uses = array(
36-
'jQuery' => '1.3',
37-
);
3835
$this->page = 'manage_config_page';
3936

4037
$this->author = 'John Reese';

0 commit comments

Comments
 (0)