mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	Fixed empty app name and missing bower dependancy
This commit is contained in:
		@@ -19,6 +19,7 @@
 | 
				
			|||||||
    "bootstrap": "~3.3.5",
 | 
					    "bootstrap": "~3.3.5",
 | 
				
			||||||
    "jquery-sortable": "~0.9.13",
 | 
					    "jquery-sortable": "~0.9.13",
 | 
				
			||||||
    "material-design-iconic-font": "~2.1.1",
 | 
					    "material-design-iconic-font": "~2.1.1",
 | 
				
			||||||
    "vue": "~0.12.10"
 | 
					    "vue": "~0.12.10",
 | 
				
			||||||
 | 
					    "vue-resource": "~0.1.15"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@
 | 
				
			|||||||
        {!! csrf_field() !!}
 | 
					        {!! csrf_field() !!}
 | 
				
			||||||
        <div class="form-group">
 | 
					        <div class="form-group">
 | 
				
			||||||
            <label for="setting-app-name">Application Name</label>
 | 
					            <label for="setting-app-name">Application Name</label>
 | 
				
			||||||
            <input type="text" value="{{ Setting::get('app-name') }}" name="setting-app-name" id="setting-app-name">
 | 
					            <input type="text" value="{{ Setting::get('app-name', 'BookStack') }}" name="setting-app-name" id="setting-app-name">
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="form-group">
 | 
					        <div class="form-group">
 | 
				
			||||||
            <label for="setting-app-public">Allow public viewing?</label>
 | 
					            <label for="setting-app-public">Allow public viewing?</label>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user