We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6a21b commit 0230277Copy full SHA for 0230277
src/system/modules/jquery-ui-tabs/templates/j_ui_tabs.xhtml
@@ -6,7 +6,7 @@
6
<script type="text/javascript">
7
/* <![CDATA[ */
8
(function($) {
9
- $('section.ce_tabs').tabs();
+ $('div.ce_tabs').tabs();
10
})(jQuery);
11
/* ]]> */
12
</script>
0 commit comments