We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2d978 commit bf03febCopy full SHA for bf03feb
editor/static/js/editor.js
@@ -2453,7 +2453,7 @@ $(document).ready(function() {
2453
;
2454
}
2455
Editor.empty_basket = function() {
2456
- fetch(Editor.url_prefix+'question_basket/empty/',{method: 'POST', body: CSRFFormData({id: id})})
+ fetch(Editor.url_prefix+'question_basket/empty/',{method: 'POST', body: CSRFFormData({})})
2457
.then(response => response.text()).then(response => {
2458
document.querySelector('#question_basket .dropdown-menu').innerHTML = response;
2459
update_basket();
0 commit comments