add jquery 1.9.1 and fix tests
This commit is contained in:
@ -5,9 +5,7 @@ $(function () {
|
||||
|
||||
$.mockjax({
|
||||
url: 'post.php',
|
||||
responseText: {
|
||||
success: true
|
||||
}
|
||||
responseText: '{"success": true}'
|
||||
});
|
||||
|
||||
$.mockjax({
|
||||
|
Reference in New Issue
Block a user