Skip to content
Snippets Groups Projects
Commit 586add5f authored by 0x29a's avatar 0x29a Committed by Piotr Surowiec
Browse files

fix: don't cache ajax request on course details page in Studio

Caching this was making the browser render a JSON with this request because of
the Backbone.js router.
parent f0d319ee
Branches
Tags
No related merge requests found
......@@ -34,7 +34,8 @@ define([
editor.useV2CertDisplaySettings = useV2CertDisplaySettings;
editor.render();
},
reset: true
reset: true,
cache: false
});
};
});
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment