Merge pull request #109 from aaronraimist/clear-new-theme-url

Clear New Theme URL after submit
This commit is contained in:
Mo Bitar
2017-04-27 08:44:28 -05:00
committed by GitHub

View File

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