summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-05 13:32:59 +0200
committerYorhel <git@yorhel.nl>2009-10-05 13:32:59 +0200
commitfd24d5f1f95eb4285ddb938101275f66d1fdb544 (patch)
tree88dafa1a9a1c9cd7a62a5a576ff357d6a1dd197d /static
parent877dd97e90c8eb16e65032a6f2c9c295fad7b9c2 (diff)
JS: Documented function/attribute prefixes
Because I am bound to forget all those and add duplicates.
Diffstat (limited to 'static')
-rw-r--r--static/f/script.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/f/script.js b/static/f/script.js
index 7384427f..69f54fc9 100644
--- a/static/f/script.js
+++ b/static/f/script.js
@@ -1,3 +1,16 @@
+/* function/attribute prefixes:
+ * date -> Date selector
+ * dd -> dropdown
+ * ds -> dropdown search
+ * iv -> image viewer
+ * jt -> Javascript Tabs
+ * med -> Release media selector
+ * rl -> Release List dropdown
+ * scr -> VN screenshot uploader
+ * tgl -> VN tag linking
+ * tvs -> VN page tag spoilers
+ * vnr -> VN relation editor
+ */
var expanded_icon = '▾';
var collapsed_icon = '▸';