make changes to _dev/demos/ui minimal
This commit is contained in:
parent
88c5c3d9ac
commit
4d4d500e4c
2 changed files with 2 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ $(function() {
|
|||
items.push({
|
||||
size: 64,
|
||||
id: code,
|
||||
icon: "/static/tmp/flags/" + flag + ".png",
|
||||
icon: "http://oil21.org/tmp/flags/" + flag + ".png",
|
||||
title: strings[0] + (strings.length > 1 ? "<br/>" + strings[1] : ""),
|
||||
info: Ox.formatNumber(v.items) + " Movie" + (v.items > 1 ? "s" : "")
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue