Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Laclic
/
LcShopBundle
Observar
3
Favorito
2
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Test perf
master
Fab
4 anos atrás
pai
750c816542
commit
0e7924231b
1 arquivos alterados
com
7 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do 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 arquivo
@@ -24,6 +24,13 @@ function initDeleteAction() {
});
});
});
$('.action-duplicate').each(function () {
$(this).on('click', function (e) {
return confirm("Press a button!");
});
});
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar