This commit is contained in:
Jon Lambson 2017-10-02 21:32:36 -06:00
parent d530a898d6
commit 0df9771147
1 changed files with 1 additions and 1 deletions

View File

@ -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'];