Browse Source

Disable dynamic upload form

pjc 5 years ago
parent
commit
6513b2aadc
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      static/functions/upload.js

+ 2
- 0
static/functions/upload.js View File

@@ -7,6 +7,7 @@ function DisplayTrans() {
7 7
 }
8 8
 
9 9
 function Categories() {
10
+  /*
10 11
   let def = ['title', 'title_rj', 'title_jp', 'year', 'lang', 'censored', 'tags', 'cover', 'group_desc', 'release_desc', 'anon']
11 12
   let cats = [{
12 13
     'javdb': {},
@@ -115,6 +116,7 @@ function Categories() {
115 116
       hide(tr)
116 117
     }
117 118
   }
119
+  */
118 120
 }
119 121
 
120 122
 function Bitrate() {

Loading…
Cancel
Save