mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Add list of posts to pools
This commit is contained in:
@ -163,11 +163,6 @@ function escapeHtml(unsafe) {
|
||||
}
|
||||
|
||||
function arraysDiffer(source1, source2, orderImportant) {
|
||||
if ((source1 instanceof Array && source2 === undefined)
|
||||
|| (source1 === undefined && source2 instanceof Array)) {
|
||||
return true
|
||||
}
|
||||
|
||||
source1 = [...source1];
|
||||
source2 = [...source2];
|
||||
if (orderImportant === true) {
|
||||
|
Reference in New Issue
Block a user