From cf5bc32ef99c785c4c229602d524db2fc748adf7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 30 May 2011 16:24:56 +0200 Subject: [PATCH] api buttons --- static/js/pandora.api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora.api.js b/static/js/pandora.api.js index 0fa1313..99ef4ee 100755 --- a/static/js/pandora.api.js +++ b/static/js/pandora.api.js @@ -130,8 +130,8 @@ function constructList() { .hide(); var $button = new Ox.Button({ title: [ - {id: "one", title: "expand"}, - {id: "two", title: "collapse"}, + {id: "one", title: "right"}, + {id: "two", title: "down"}, ], type: "image" })