diff --git a/views/component.py b/views/component.py index 5866cedaebfb176cacecdb52a028afc4736ca306_dmlld3MvY29tcG9uZW50LnB5..56190bc5ea4811d66adb6e5070335c1ac260b34d_dmlld3MvY29tcG9uZW50LnB5 100644 --- a/views/component.py +++ b/views/component.py @@ -30,7 +30,7 @@ icon_css_cls = 'glyphicon glyphicon-align-justify' def render(self, w): - w(u'''<button class="btn btn-default" id="cw-aside-toggle" class="navbar-toggle" + w(u'''<button class="btn btn-default navbar-toggle" id="cw-aside-toggle" onclick="cw.cubes.squareui.toggleLeftColumn()" title="%(label)s"> <span class="%(icon_class)s"></span> </button>''' % {