summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorpep <yes@peepee.me>2020-07-21 20:48:09 +0000
committerpep <yes@peepee.me>2020-07-21 20:48:09 +0000
commit789dbb1e734885bd7cf5ad25f0d2f47765a13657 (patch)
tree090b79ed96465dbe135f4191468776cbf7a6a954 /public
parent97bee7fe1a48acb4c34e207863af56894c198151 (diff)
attempt at merge
Diffstat (limited to 'public')
-rw-r--r--public/assets/js/lib/views/details/commentform.js2
-rw-r--r--public/assets/js/lib/views/details/comments.js2
-rw-r--r--public/assets/js/lib/views/details/editcomment.js4
-rw-r--r--public/assets/js/lib/views/index/threadform.js2
-rw-r--r--public/favicon-16x16.pngbin0 -> 1006 bytes
-rw-r--r--public/favicon-32x32.pngbin0 -> 3126 bytes
-rw-r--r--public/favicon_io (1).zipbin0 -> 336653 bytes
-rw-r--r--public/favicon_io (2).zipbin0 -> 336581 bytes
-rw-r--r--public/favicon_io.zipbin0 -> 361447 bytes
9 files changed, 5 insertions, 5 deletions
diff --git a/public/assets/js/lib/views/details/commentform.js b/public/assets/js/lib/views/details/commentform.js
index 2b76171..51295cb 100644
--- a/public/assets/js/lib/views/details/commentform.js
+++ b/public/assets/js/lib/views/details/commentform.js
@@ -25,7 +25,7 @@ var CommentForm = FormView.extend({
},
keydown: function(e){
- if ((e.ctrlKey || e.metaKey || e.altKey) && e.keyCode == 83) { // "s" key
+ if (((e.ctrlKey || e.metaKey || e.altKey) && e.keyCode == 83) || (e.ctrlKey && e.keyCode == 13)) { // "s" key or "ctrl + enter"
e.preventDefault()
e.stopPropagation()
this.save()
diff --git a/public/assets/js/lib/views/details/comments.js b/public/assets/js/lib/views/details/comments.js
index 1e8d127..85054de 100644
--- a/public/assets/js/lib/views/details/comments.js
+++ b/public/assets/js/lib/views/details/comments.js
@@ -97,4 +97,4 @@ var CommentsView = FormView.extend({
}
},
-}) \ No newline at end of file
+})
diff --git a/public/assets/js/lib/views/details/editcomment.js b/public/assets/js/lib/views/details/editcomment.js
index ff0190a..1db96a5 100644
--- a/public/assets/js/lib/views/details/editcomment.js
+++ b/public/assets/js/lib/views/details/editcomment.js
@@ -31,7 +31,7 @@ var EditCommentForm = FormView.extend({
},
keydown: function(e){
- if ((e.ctrlKey || e.metaKey || e.altKey) && e.keyCode == 83) { // "s" key
+ if (((e.ctrlKey || e.metaKey || e.altKey) && e.keyCode == 83) || (e.ctrlKey && e.keyCode == 13)) { // "s" key or "ctrl + enter"
e.preventDefault()
e.stopPropagation()
this.save()
@@ -50,4 +50,4 @@ var EditCommentForm = FormView.extend({
success: function(data){
window.location.href = "/details/" + data.comment.thread
}
-}) \ No newline at end of file
+})
diff --git a/public/assets/js/lib/views/index/threadform.js b/public/assets/js/lib/views/index/threadform.js
index b71eea0..0edebc8 100644
--- a/public/assets/js/lib/views/index/threadform.js
+++ b/public/assets/js/lib/views/index/threadform.js
@@ -36,7 +36,7 @@ var ThreadForm = FormView.extend({
},
keydown: function(e){
- if ((e.ctrlKey || e.metaKey || e.altKey) && e.keyCode == 83) { // "s" key
+ if (((e.ctrlKey || e.metaKey || e.altKey) && e.keyCode == 83) || (e.ctrlKey && e.keyCode == 13)) { // "s" key or "ctrl + enter"
e.preventDefault()
e.stopPropagation()
this.save()
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
new file mode 100644
index 0000000..db91b2e
--- /dev/null
+++ b/public/favicon-16x16.png
Binary files differ
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
new file mode 100644
index 0000000..fbc6fc9
--- /dev/null
+++ b/public/favicon-32x32.png
Binary files differ
diff --git a/public/favicon_io (1).zip b/public/favicon_io (1).zip
new file mode 100644
index 0000000..beb8609
--- /dev/null
+++ b/public/favicon_io (1).zip
Binary files differ
diff --git a/public/favicon_io (2).zip b/public/favicon_io (2).zip
new file mode 100644
index 0000000..788db85
--- /dev/null
+++ b/public/favicon_io (2).zip
Binary files differ
diff --git a/public/favicon_io.zip b/public/favicon_io.zip
new file mode 100644
index 0000000..ee3b596
--- /dev/null
+++ b/public/favicon_io.zip
Binary files differ