Skip to content

Commit 358b15a

Browse files
committed
Bump jQuery requirement to 1.6
This is required for use of prop() function
1 parent 1bd83cb commit 358b15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets/Snippets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function register() {
1616

1717
$this->requires = array(
1818
"MantisCore" => "1.2.0, < 1.3",
19-
"jQuery" => "1.3",
19+
"jQuery" => "1.6",
2020
);
2121

2222
$this->author = "John Reese and MantisBT Team";

0 commit comments

Comments
 (0)