footer demo : bug fix
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Mon, 7 Jan 2013 08:34:27 +0000 (17:34 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 11 Jan 2013 08:40:54 +0000 (17:40 +0900)
groupped buttons in footer don't have link. changed to href="#"

Change-Id: I9155dd988ee5f83ebc29dce37ec09e1f4666d804

demos/tizen-winsets/widgets/tabbar/tabbar_footer_segment_more.html

index ccedc34..840d693 100755 (executable)
@@ -33,8 +33,8 @@
 
                </div>
                <div data-role="controlgroup" data-type="horizontal">
-                       <a href="index.html" data-role="button">Back</a>
-                       <a href="index.html" data-role="button">Next</a>
+                       <a href="#" data-role="button">Back</a>
+                       <a href="#" data-role="button">Next</a>
                </div>
        </div>
 </div>