mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Desactivado modo tests de los breadcrumbs
This commit is contained in:
@ -52,12 +52,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SOLO PARA TEST
|
// SOLO PARA TEST
|
||||||
$(document).on("keypress", function(event) {
|
/*$(document).on("keypress", function(event) {
|
||||||
if (event.keyCode === 112) {
|
if (event.keyCode === 112) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
showBreadCrumbSaveButton(true);
|
showBreadCrumbSaveButton(true);
|
||||||
}
|
}
|
||||||
});
|
});*/
|
||||||
|
|
||||||
$('#bc-save').on( "click", function() {
|
$('#bc-save').on( "click", function() {
|
||||||
showBreadCrumbSaveButton(false);
|
showBreadCrumbSaveButton(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user