1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-04 17:57:48 +01:00

Modifica nome funzione per strana incompatibilità

This commit is contained in:
loviuz 2019-05-15 17:01:43 +02:00
parent 92539aecfd
commit a48b892e3d

View File

@ -118,7 +118,7 @@ $(document).ready(function () {
// Messaggi automatici di eliminazione
$(document).on('click', '.ask', function () {
message(this);
popup(this);
});
// Pulsanti di Datatables
@ -176,7 +176,7 @@ $(document).ready(function () {
$(this).attr("data-id_records", table.data('selected'));
$(this).data("id_records", table.data('selected'));
message(this);
popup(this);
$(this).attr("data-id_records", "");
$(this).data("id_records", "");
@ -1307,7 +1307,7 @@ function setContrast(backgroundcolor) {
}
}
function message(element) {
function popup(element) {
data = $.extend({}, $(element).data());
var title = globals.translations.deleteTitle;