This website works better with JavaScript
Home
Explore
Help
Register
Sign In
3erPartyFlowdat3
/
SonataAdminBundle
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Missing coma at the end of the file Ressources/public/base.js
Leading assetic to miss the merge in production env
see : http://stackoverflow.com/questions/9480707/symfony-2-assetic-javascript-compression-causing-errors
Keep up the good wok
gmorel
12 years ago
parent
fdf8b15c9a
commit
fbbf846227
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Resources/public/base.js
+ 1
- 1
Resources/public/base.js
View File
@@ -238,4 +238,4 @@ var Admin = {
errors.show();
}
}
-}
+}
;