Skip to content

Commit 6e869df

Browse files
Media Manager And Fontawesome
1. Able to create the folder name with number character (Media Manager) 2. FontAwesome Updated
1 parent ea2bc15 commit 6e869df

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

astroid/astroid-framework/assets/js/astroid-framework.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ astroidFramework.directive("astroidmediagallery", ["$http", function ($http) {
9999
if (name === "") {
100100
return false
101101
} else if (name) {
102-
var re = /^[a-zA-Z].*/;
102+
var re = /^[0-9a-zA-Z].*/;
103103
if (!re.test(name) || /\s/.test(name)) {
104104
Admin.notify(TPL_ASTROID_NEW_FOLDER_NAME_INVALID, "error");
105105
return false

astroid/astroid-framework/assets/js/astroid.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

astroid/astroid-framework/assets/json/fa-icons.json

Lines changed: 1 addition & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)