Plugin Directory

Changeset 2046943


Ignore:
Timestamp:
03/09/2019 12:58:35 AM (7 years ago)
Author:
pcis
Message:

Fixed the tab loading on the redirect link

Location:
laiser-tag-insights
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • laiser-tag-insights/tags/1.1/templates/graphs.php

    r2009511 r2046943  
    66        jQuery('#nav-tab-' + tabname).addClass('active');
    77    }
     8
     9    <?php if(isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'settings') : ?>
     10    jQuery(document).ready(function(){
     11        lti_switch_tabs('settings');
     12    });
     13    <?php endif; ?>
     14
    815</script>
    916
  • laiser-tag-insights/trunk/templates/graphs.php

    r2009509 r2046943  
    66        jQuery('#nav-tab-' + tabname).addClass('active');
    77    }
     8
     9    <?php if(isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'settings') : ?>
     10    jQuery(document).ready(function(){
     11        lti_switch_tabs('settings');
     12    });
     13    <?php endif; ?>
     14
    815</script>
    916
Note: See TracChangeset for help on using the changeset viewer.