Skip to content

Commit ea84fac

Browse files
author
Ian
committed
forgot to switch back to prod in vite
1 parent 044ddc5 commit ea84fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

threadlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function clean_number() { // clean any non-digits out of the phone number box
274274
<div id='modal-rename-group' class='modal-window'>
275275
<div>
276276
<span title="" class='modal-close' onclick="modal_close(); ">&times</span>
277-
<span class='modal-message'>New name: <input type="text" name="name" class="form-control" placeholder="My besties" value="<?php echo $_GET['group']; ?>" /></span>
277+
<span class='modal-message'>New name: <input type="text" name="name" class="form-control" placeholder="My besties" /></span>
278278
<span class='modal-actions'>
279279
<button type='button' alt='Cancel' title='Cancel' onclick='modal_close();' class='btn btn-default' ><span class='fas fa-times fa-fw'></span><span class='button-label never pad'>Cancel</span></button>
280280
<button type='submit' value='Ok' id='btn_ok' alt='ok' title='ok' onclick='modal_close();' class='btn btn-default' style='float: right; margin-left: 15px' ><span class='fas fa-check fa-fw'></span><span class='button-label never pad'>Rename</span></button>

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
}
1313
},
1414
define: {
15-
"process.env.NODE_ENV": "'development'",
15+
"process.env.NODE_ENV": "'production'",
1616
},
1717
root: "frontend",
1818
build: {

0 commit comments

Comments
 (0)