mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Formatting in TabSet.js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92554 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f418cdd55e
commit
1afe18a268
@ -6,7 +6,8 @@
|
|||||||
* their height explicitly set. This is important
|
* their height explicitly set. This is important
|
||||||
* for forms inside the CMS layout.
|
* for forms inside the CMS layout.
|
||||||
*/
|
*/
|
||||||
$('.ss-tabset').concrete({
|
$('.ss-tabset').concrete('ss', function($){
|
||||||
|
return {
|
||||||
onmatch: function() {
|
onmatch: function() {
|
||||||
this.rewriteHashlinks();
|
this.rewriteHashlinks();
|
||||||
|
|
||||||
@ -28,5 +29,6 @@
|
|||||||
if(href) $(this).attr('href', href);
|
if(href) $(this).attr('href', href);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
};
|
||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
Loading…
Reference in New Issue
Block a user