Split dependencies into modules
This commit is contained in:
@@ -9,7 +9,7 @@ export default class Upload {
|
||||
this.spot = oSpot;
|
||||
}
|
||||
|
||||
pageInit (asHash) {
|
||||
pageInit(asHash) {
|
||||
let asProject = this.spot.vars(['projects', this.spot.vars('default_project_codename')]);
|
||||
this.spot.tmp('status-box', $('#status'));
|
||||
if(asProject.editable) {
|
||||
|
||||
Reference in New Issue
Block a user