mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
implemented 'serverside cookies'
minor: - icons in summary-dropdown menu - improved handling of non-standard specs for weight-presets (mostly due to Profiler) - probably some things i forgott... :x
This commit is contained in:
@@ -1190,6 +1190,10 @@ function fi_presetMatch(weights, stealth) {
|
||||
for (var l in wt_presets) {
|
||||
for (var k in wt_presets[l]) {
|
||||
for (var v in wt_presets[l][k]) {
|
||||
if (Object.keys(wt_presets[l][k][v]).length == 1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
p = fi_convertWeights(wt_presets[l][k][v]);
|
||||
|
||||
var match = true;
|
||||
|
||||
Reference in New Issue
Block a user