Changeset 2046943
- Timestamp:
- 03/09/2019 12:58:35 AM (7 years ago)
- Location:
- laiser-tag-insights
- Files:
-
- 2 edited
-
tags/1.1/templates/graphs.php (modified) (1 diff)
-
trunk/templates/graphs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
laiser-tag-insights/tags/1.1/templates/graphs.php
r2009511 r2046943 6 6 jQuery('#nav-tab-' + tabname).addClass('active'); 7 7 } 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 8 15 </script> 9 16 -
laiser-tag-insights/trunk/templates/graphs.php
r2009509 r2046943 6 6 jQuery('#nav-tab-' + tabname).addClass('active'); 7 7 } 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 8 15 </script> 9 16
Note: See TracChangeset
for help on using the changeset viewer.