Merge branch 'master' of github.com:standardnotes/web

This commit is contained in:
Mo Bitar
2017-04-28 10:35:51 -05:00
5 changed files with 705 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ class GlobalExtensionsMenu {
$scope.submitTheme = function() {
themeManager.submitTheme($scope.state.themeUrl);
$scope.state.themeUrl = "";
}
$scope.deleteTheme = function(theme) {