summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--js/gsec.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fe1db7c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+**/.commit
diff --git a/js/gsec.js b/js/gsec.js
index d60dd36..1bad340 100644
--- a/js/gsec.js
+++ b/js/gsec.js
@@ -329,6 +329,7 @@ class gsec {
});
});
}
+
deleteMessage(id) {
return new Promise((resolve, reject) => {
$.ajax({