minor fix

This commit is contained in:
wlx 2015-01-26 14:08:06 +00:00
parent 420ac049c0
commit b674a392fc
1 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,8 @@ $(function() {
},
datasets: [
{
id: "artists",
title: "Artists",
id: "metadata",
title: "Metadata",
theme: "orange",
// note that the lines below are now the preferred syntax
type: "basic",
@ -59,7 +59,6 @@ $(function() {
"title" : "<?php echo htmlspecialchars($row['title']); ?>",
"options" : {
"infoHtml": "<div class='info'><a href=/data/view/uuid/<?php echo $row['uuid']; ?>><?php echo htmlspecialchars($row['title']); ?></a><hr /><img src=/service/thumb/id/<?php echo $row['id']; ?> onclick='$.colorbox({photo:\"true\",href:\"/service/bigthumb/id/<?php echo $row['id']; ?>\"});' /></div>",
"theme":"orange"
}
},
<?php endforeach; ?>