File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 230
230
<div class =" form-group col-lg-8" ><br >
231
231
<p >Custom CSS</p >
232
232
233
- <textarea name =" custom_css" rows =" 9" id =" sCode" type =" text" value =" {{ $custom_css } }" class =" form-control" >{{ $custom_css } } </textarea >
233
+ <textarea name =" custom_css" rows =" 9" id =" sCode" type =" text" value =" {{ $custom_css } }" class =" form-control" required >{{ $custom_css } } </textarea >
234
234
</div >
235
235
</div >
236
236
</details >
267
267
@csrf
268
268
<div class =" form-group col-lg-8" >
269
269
<h2 >Custom Icon</h2 >
270
- <textarea id =" textareabox" type =" text" name =" custom_icon" value =" {{ $custom_icon } }" class =" form-control" >{{ $custom_icon } } </textarea >
270
+ <textarea id =" textareabox" type =" text" name =" custom_icon" value =" {{ $custom_icon } }" class =" form-control" required >{{ $custom_icon } } </textarea >
271
271
</div >
272
272
<script type =" text/javascript" >
273
273
// Displays alert if custom icon doesn't contain string "fa-"
You can’t perform that action at this time.
0 commit comments