Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
LcShopBundle
Seguir
3
Destacar
2
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Test perf
master
Fab
hace 4 años
padre
750c816542
commit
0e7924231b
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+7
-0
ShopBundle/Resources/public/js/backend/script/default/init-list.js
+ 7
- 0
ShopBundle/Resources/public/js/backend/script/default/init-list.js
Ver fichero
@@ -24,6 +24,13 @@ function initDeleteAction() {
});
});
});
$('.action-duplicate').each(function () {
$(this).on('click', function (e) {
return confirm("Press a button!");
});
});
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar