File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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(); ">×</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>
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments