Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2020-12-07 11:56:54 +0300
committerGitHub <noreply@github.com>2020-12-07 11:56:54 +0300
commitb57c10b168d09e091d66a4dffae7968376f17260 (patch)
tree462732369bef85f63c13092a36f186080ea00f0b
parent8d55dabee2dabf0fe103ede0952fe74d0a748ed8 (diff)
Delete about.js
-rw-r--r--public/js/about.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/public/js/about.js b/public/js/about.js
deleted file mode 100644
index 2d33413..0000000
--- a/public/js/about.js
+++ /dev/null
@@ -1,5 +0,0 @@
-$('#gpl-license').hide();
-$('.license-btn').click(function () {
- $('#gpl-license').slideDown();
- $('.license-btn').slideUp();
-});