This commit is contained in:
Ross
2022-08-04 10:17:02 +01:00
parent 682c874da4
commit f9833abeb2
+1
View File
@@ -2605,6 +2605,7 @@ $("#btn-delete-cached-questions").click(function(evt) {
// Do what should be done next...
});
} else {}
});
$("#btn-reset-local").click(function(evt) {
var r = confirm("Clear all local data");
if (r == true) {