Card attribute : arrow is not displaid on all browser
This commit is contained in:
parent
8b454a3104
commit
6bc0660579
2 changed files with 5 additions and 2 deletions
|
|
@ -349,7 +349,10 @@ define('EXC_FORBIDDEN', 1500);
|
|||
define('EXC_BALANCE', 1501);
|
||||
define("UNPINDG", "");
|
||||
define("PINDG", "");
|
||||
|
||||
define("ARROWLEFT","⇦");
|
||||
define("ARROWRIGHT","⇨");
|
||||
define("ARROWDOWN","⇩");
|
||||
define("ARROWUP","⇧");
|
||||
// Url of NOALYSS (http://...)
|
||||
//
|
||||
if (!defined("NOALYSS_URL")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue