This website requires JavaScript.
Explore
Help
Register
Sign In
Nemcio
/
NodeBB
Watch
1
Star
0
Fork
0
You've already forked NodeBB
mirror of
https://github.com/NodeBB/NodeBB.git
synced
2025-11-10 07:55:46 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
30eb85f96e5d205dfbc9528c71a5907b16a21f4d
NodeBB
/
public
/
src
/
forum
/
admin
/
languages.js
5 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added icons to all h1s in admin panel languages tab in ACP each language now also has a "language.json"
2014-01-09 13:29:41 -05:00
define
(
[
'forum/admin/settings'
]
,
function
(
Settings
)
{
IE8 support, general cleanups, from native to $ objects ...
2014-02-26 21:55:29 -05:00
$
(
function
(
)
{
added icons to all h1s in admin panel languages tab in ACP each language now also has a "language.json"
2014-01-09 13:29:41 -05:00
Settings
.
prepare
(
)
;
}
)
;
}
)
;
Reference in New Issue
Copy Permalink