.
This commit is contained in:
@@ -2605,6 +2605,7 @@ $("#btn-delete-cached-questions").click(function(evt) {
|
|||||||
// Do what should be done next...
|
// Do what should be done next...
|
||||||
});
|
});
|
||||||
} else {}
|
} else {}
|
||||||
|
});
|
||||||
$("#btn-reset-local").click(function(evt) {
|
$("#btn-reset-local").click(function(evt) {
|
||||||
var r = confirm("Clear all local data");
|
var r = confirm("Clear all local data");
|
||||||
if (r == true) {
|
if (r == true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user