mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR SSF-124 correct inline document for a newly added routine.
This commit is contained in:
parent
653625914d
commit
afdac50ef1
@ -7,7 +7,8 @@
|
||||
$('#pages-controller-cms-content').entwine({
|
||||
/**
|
||||
* we need to check if the current url contains a sub url 'listchildren' and
|
||||
* assign a cookie accordingly so the default selected tab is defined on initail
|
||||
* select its list view if it does, otherwise use the default tabs() call which is
|
||||
* using cookie options
|
||||
*/
|
||||
redrawTabs: function() {
|
||||
if(window.location.href.match(/listchildren/)){
|
||||
|
Loading…
Reference in New Issue
Block a user