This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
3erPartyFlowdat3
/
SonataAdminBundle
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
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 anos atrás
pai
fdf8b15c9a
commit
fbbf846227
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
Resources/public/base.js
+ 1
- 1
Resources/public/base.js
Ver arquivo
@@ -238,4 +238,4 @@ var Admin = {
errors.show();
}
}
-}
+}
;