asdf
This commit is contained in:
parent
d530a898d6
commit
0df9771147
|
@ -390,7 +390,7 @@ app.controller('websiteCtrl', [
|
|||
if (!window.confirm(confirmMessage)) {
|
||||
return;
|
||||
}
|
||||
vm.Sites.remove(r, opts)
|
||||
vm.Sites.remove(r, opts);
|
||||
};
|
||||
|
||||
vm.breadcrumbs = ['root'];
|
||||
|
|
Loading…
Reference in New Issue