From 3a4dab8936e7d2ccf642915ac9d7cd3247e5e953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez=20P=C3=A9rez?= Date: Fri, 23 Dec 2011 13:43:25 +0100 Subject: [PATCH] Apply ui-button class to buttons when needed --- src/Header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Header.js b/src/Header.js index 8875fa1..ade46b2 100644 --- a/src/Header.js +++ b/src/Header.js @@ -71,7 +71,7 @@ function Header(calendar, options) { var icon = options.theme ? smartProperty(options.buttonIcons, buttonName) : null; // why are we using smartProperty here? var text = smartProperty(options.buttonText, buttonName); // why are we using smartProperty here? var button = $( - "" + + "" + "" + "" + (icon ?