This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
3erPartyFlowdat3
/
SonataAdminBundle
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
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 anni fa
parent
fdf8b15c9a
commit
fbbf846227
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
Resources/public/base.js
+ 1
- 1
Resources/public/base.js
Vedi File
@@ -238,4 +238,4 @@ var Admin = {
errors.show();
}
}
-}
+}
;