This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
3erPartyFlowdat3
/
SonataAdminBundle
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
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
hace 12 años
padre
fdf8b15c9a
commit
fbbf846227
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
Resources/public/base.js
+ 1
- 1
Resources/public/base.js
Ver fichero
@@ -238,4 +238,4 @@ var Admin = {
errors.show();
}
}
-}
+}
;