Showing
2 changed files
with
3 additions
and
2 deletions
| ... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
| 19 | "bootstrap": "~3.3.5", | 19 | "bootstrap": "~3.3.5", |
| 20 | "jquery-sortable": "~0.9.13", | 20 | "jquery-sortable": "~0.9.13", |
| 21 | "material-design-iconic-font": "~2.1.1", | 21 | "material-design-iconic-font": "~2.1.1", |
| 22 | - "vue": "~0.12.10" | 22 | + "vue": "~0.12.10", |
| 23 | + "vue-resource": "~0.1.15" | ||
| 23 | } | 24 | } |
| 24 | } | 25 | } | ... | ... |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | {!! csrf_field() !!} | 12 | {!! csrf_field() !!} |
| 13 | <div class="form-group"> | 13 | <div class="form-group"> |
| 14 | <label for="setting-app-name">Application Name</label> | 14 | <label for="setting-app-name">Application Name</label> |
| 15 | - <input type="text" value="{{ Setting::get('app-name') }}" name="setting-app-name" id="setting-app-name"> | 15 | + <input type="text" value="{{ Setting::get('app-name', 'BookStack') }}" name="setting-app-name" id="setting-app-name"> |
| 16 | </div> | 16 | </div> |
| 17 | <div class="form-group"> | 17 | <div class="form-group"> |
| 18 | <label for="setting-app-public">Allow public viewing?</label> | 18 | <label for="setting-app-public">Allow public viewing?</label> | ... | ... |
-
Please register or sign in to post a comment