Changeset 37339
- Timestamp:
- 2023-02-22T13:06:55+13:00 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/trunk/tutorial_sample_files/interfaces/aybara/header.xsl
r30048 r37339 52 52 </xsl:choose> 53 53 <link rel="stylesheet" href="interfaces/{$interface_name}/style/core.css" type="text/css"/> 54 <link rel="shortcut icon" href="interfaces/{$interface_name}/images/favicon.ico"/> 54 <link rel="shortcut icon" href="interfaces/{$interface_name}/images/favicon.ico"/> 55 55 56 <script type="text/javascript" src="interfaces/{$interface_name}/scripts/jquery.min.js"><xsl:text> </xsl:text></script> 57 <script type="text/javascript" src="interfaces/default/js/jquery-ui-1.13.0.custom/jquery-ui.min.js"><xsl:text> </xsl:text></script> 58 <!-- These locations no longer exist: they need to point to scripts not js folder. 59 And the 2nd location moreover has been superseded by a new jquery-ui version, in default interface. 56 60 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.min.js"><xsl:text> </xsl:text></script> 57 61 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery-ui-1.10.2.custom/js/jquery-ui-1.10.2.custom.min.js"><xsl:text> </xsl:text></script> 62 --> 58 63 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.themeswitcher.min.js"><xsl:text> </xsl:text></script> 59 64 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.blockUI.js"><xsl:text> </xsl:text></script>
Note:
See TracChangeset
for help on using the changeset viewer.