add help.ar.html
This commit is contained in:
parent
be8e171171
commit
546f3dca10
2 changed files with 169 additions and 2 deletions
|
|
@ -51,12 +51,10 @@ pandora.ui.helpDialog = function() {
|
|||
}),
|
||||
url = '/static/html/help.html';
|
||||
|
||||
/*
|
||||
// FIXME: should be updated at build time
|
||||
if (Ox.contains(['ar'], pandora.user.ui.locale)) {
|
||||
url = '/static/html/help.' + pandora.user.ui.locale + '.html';
|
||||
}
|
||||
*/
|
||||
|
||||
Ox.get(url, function(html) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue