Browse Source

나머진 원상태로

Surplus_Up (2DU) 6 years ago
parent
commit
402b34cf48
2 changed files with 1 additions and 3 deletions
  1. 1 1
      version.json
  2. 0 2
      views/main_css/js/do_upload_paste.js

+ 1 - 1
version.json

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

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

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