random commit

This commit is contained in:
j 2009-12-31 16:04:32 +01:00
commit f24b268352
19 changed files with 908 additions and 542 deletions

View file

@ -568,7 +568,7 @@ $(function() {
items.push({
size: 64,
id: code,
icon: "http://oil21.org/tmp/flags/" + flag + ".png",
icon: "http://localhost/oxdbstatic/flags/" + flag + ".png",
title: strings[0] + (strings.length > 1 ? "<br/>" + strings[1] : ""),
info: Ox.formatNumber(v.items) + " Movie" + (v.items > 1 ? "s" : "")
});