Browse Source

stable로 임시 적용

Surplus_Up (2DU) 6 năm trước cách đây
mục cha
commit
01ee07fb1e
2 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 2 2
      version.json
  2. 2 0
      views/main_css/js/do_upload_paste.js

+ 2 - 2
version.json

@@ -1,10 +1,10 @@
 {
     "master" : {
-        "r_ver" : "v3.1.8-master-17",
+        "r_ver" : "v3.1.7-stable-03",
         "c_ver" : "3180200",
         "s_ver" : "8"
     }, "stable" : {
-        "r_ver" : "v3.1.7-stable-02",
+        "r_ver" : "v3.1.7-stable-03",
         "c_ver" : "3180200",
         "s_ver" : "8"
     }

+ 2 - 0
views/main_css/js/do_upload_paste.js

@@ -1,3 +1,4 @@
+/*
 window.addEventListener('DOMContentLoaded', function() {
     if(window.location.pathname.match(/^\/edit\//i)) {
         const textarea = document.querySelector("textarea");
@@ -55,3 +56,4 @@ function pasteListener(e) {
         });
     }
 }
+*/