mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-15 08:48:42 +00:00
Bug fixes e.g. csp and other
This commit is contained in:
parent
954aa70704
commit
055df9df55
|
|
@ -129,6 +129,8 @@
|
||||||
this.reset(group);
|
this.reset(group);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -230,8 +230,6 @@
|
||||||
'Request: ' + JSON.stringify(form.getData()) + '\n' +
|
'Request: ' + JSON.stringify(form.getData()) + '\n' +
|
||||||
'Response: ' + xhr.response
|
'Response: ' + xhr.response
|
||||||
);
|
);
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
*/
|
*/
|
||||||
jsOMS.hash = function (str)
|
jsOMS.hash = function (str)
|
||||||
{
|
{
|
||||||
let res = 0,
|
let res = 0;
|
||||||
const len = str.length;
|
const len = str.length;
|
||||||
|
|
||||||
for (let i = 0; i < len; i++) {
|
for (let i = 0; i < len; i++) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user