diff options
author | Renard | 2019-10-01 15:59:47 -0300 |
---|---|---|
committer | Renard | 2019-10-01 15:59:47 -0300 |
commit | 905c7c8c791a0f174d6c4961522eb596586c4d2c (patch) | |
tree | 3a3478d228fb751d596e766a9769a9d8e970d345 /src/App.js | |
parent | 3292f9e7aa33a27230eb927c03c9237a257cc3d8 (diff) | |
download | bai-client-905c7c8c791a0f174d6c4961522eb596586c4d2c.tar.gz bai-client-905c7c8c791a0f174d6c4961522eb596586c4d2c.tar.xz bai-client-905c7c8c791a0f174d6c4961522eb596586c4d2c.zip |
Modal creación de hilos
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -47,7 +47,10 @@ class App extends Component { dir: "polka", maxsize: 500, name: "Testing field", - postarea_desc: "" + postarea_desc: "", + disable_name: 0, + disable_subject: 0, + allow_spoilers: 0 }; if (localStorage.getItem("thereisnourflevel") === null) { polka = {}; |