Comments/Replies

* fixed reply editing
  * fixed displaying error messages
This commit is contained in:
Sarjuuk
2015-07-12 01:29:21 +02:00
parent 051334da22
commit dd0bb30481
2 changed files with 23 additions and 29 deletions

View File

@@ -63,7 +63,7 @@ class Loot
$stack[$i] = round(100 / (1 + $l['max'] - $l['min']), 3);
// yes, it wants a string .. how weired is that..
return json_encode($stack, JSON_NUMERIC_CHECK);
return json_encode($stack, JSON_NUMERIC_CHECK); // do not replace with Util::toJSON !
}
private function storeJSGlobals($data)