mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-30 18:10:29 +02:00
Fixes undecoded label bug.
This commit is contained in:
@@ -16,7 +16,7 @@ modulejs.define('model/entry', ['_', 'core/types', 'core/ajax'], function (_, ty
|
||||
sequence = sequence.slice(0, -1);
|
||||
}
|
||||
try {
|
||||
sequence = decodeURI(sequence);
|
||||
sequence = decodeURIComponent(sequence);
|
||||
} catch (err) {}
|
||||
return sequence;
|
||||
},
|
||||
|
Reference in New Issue
Block a user