mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 01:48:40 +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);
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -230,8 +230,6 @@
|
|||
'Request: ' + JSON.stringify(form.getData()) + '\n' +
|
||||
'Response: ' + xhr.response
|
||||
);
|
||||
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@
|
|||
*/
|
||||
jsOMS.hash = function (str)
|
||||
{
|
||||
let res = 0,
|
||||
let res = 0;
|
||||
const len = str.length;
|
||||
|
||||
for (let i = 0; i < len; i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user