Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 7de57ef

Browse files
committed
Remove duplicate cache: false
In one of the ajax calls, cache: false was set twice.
1 parent 10828e2 commit 7de57ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/js/rest-example-jquery.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ jQuery( function( $ ) {
145145
error: function( req ) {
146146
console.error( 'error on users request' );
147147
console.error( req );
148-
},
149-
cache: false
148+
}
150149
} );
151150
};
152151

0 commit comments

Comments
 (0)