Skip to content
Snippets Groups Projects
Commit 8eb1908c authored by pkupczyk's avatar pkupczyk
Browse files

SP-529 / BIS-151 : Provide only one version of openbis.js file - adapt the...

SP-529 / BIS-151 : Provide only one version of openbis.js file - adapt the request cache to the new openbis.js facade structure

SVN: 28608
parent e081045e
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
* To clear the cache, you can call "localStorage.clear()" in a browser console. * To clear the cache, you can call "localStorage.clear()" in a browser console.
*/ */
var original_ajax_request_func = ajaxRequest; var original_ajax_request_func = _openbisInternal.prototype.ajaxRequest;
ajaxRequest = function(settings) { _openbisInternal.prototype.ajaxRequest = function(settings) {
function getCacheId(settings) { function getCacheId(settings) {
var methodName = settings.data['method'] var methodName = settings.data['method']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment