diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-04 14:26:05 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-04 14:26:13 +0300 |
| commit | 7638ed5e0a14b948cba58c98ae2a6d374b88f1b3 (patch) | |
| tree | ffbd4382b3114af618bf5c6ec7c40dc92a2a03ed /src/local | |
| parent | 407efb9d9b0b6d3c47a0013c1bb6d54501380de4 (diff) | |
client: domain_types: add misc.direction, takes valid css direction values, affects item_info only
Diffstat (limited to 'src/local')
| -rw-r--r-- | src/local/domain/default.rhizi.net/domain_types.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/local/domain/default.rhizi.net/domain_types.js b/src/local/domain/default.rhizi.net/domain_types.js index 92227728..f4ca18f2 100644 --- a/src/local/domain/default.rhizi.net/domain_types.js +++ b/src/local/domain/default.rhizi.net/domain_types.js @@ -51,4 +51,8 @@ define({ 'url': 'url', 'rhizi-url': 'rhizi-url', }, + misc: { + // [!] direction of item info box only right now. should be per client. + 'direction': 'rtl' + } }); |
