File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1010 * Licensed under the MIT license
1111 *
1212 */
13-
13+
1414 var scriptLoader = {
15-
15+
1616 run : function (js ,cb ,target ) {
1717 var s = document .getElementById (target+ ' -' + cb);
1818 for (var i = 0 ; i < js .length ; i++ ) {
3131 s .parentNode .insertBefore (c,s);
3232 }
3333 }
34-
34+
3535 }
3636 </script >
3737
Original file line number Diff line number Diff line change 55<meta http-equiv =" expires" content =" Tue, 01 Jan 1980 1:00:00 GMT" />
66<meta http-equiv =" pragma" content =" no-cache" />
77
8- <!-- <link rel="stylesheet" href="../../styleguide/css/styleguide.css?{{ cacheBuster }}" media="all">
9- <link rel="stylesheet" href="../../styleguide/css/styleguide-specific.css?{{ cacheBuster }}" media="all" /> -->
10-
11-
128<link rel =" stylesheet" href =" ../../styleguide/css/styleguide.min.css?{{ cacheBuster }}" media =" all" >
139<link rel =" stylesheet" href =" ../../styleguide/css/prism-typeahead.min.css?{{ cacheBuster }}" media =" all" />
Original file line number Diff line number Diff line change 1212 <a href =" #" data-patternpartial =" {{ partial .patternPartial }}" title =" View Pattern Info" id =" sg-pattern-extra-toggle-{{partial .patternPartial }}" class =" sg-pattern-extra-toggle" ><span >▼ </span ></a >
1313 </div >
1414 <div class =" sg-pattern-extra" id =" sg-pattern-extra-{{ partial .patternPartial }}" >
15-
15+
1616 </div >
1717 <div class =" sg-pattern-example" >
1818 {{ partial .patternPartialCode | raw }}
You can’t perform that action at this time.
0 commit comments