Clear New Theme URL after submit

This commit is contained in:
Aaron Raimist
2017-04-27 01:07:45 -05:00
parent 674e7c8538
commit 7ff3d2492a

View File

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