Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 28e7ebc

Browse files
committed
changing the public loc of annotations
1 parent e1b3f70 commit 28e7ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/templates/pattern-header-footer/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
(function() {
4747
if (self != top) {
4848
var cb = '{{ cacheBuster}}';
49-
var js = [ { "src": "styleguide/js/vendor/jwerty.js", "dep": [ "styleguide/js/postmessage.js", { "src": "data/annotations.js", "dep": [ "styleguide/js/annotations-pattern.js" ] }, "styleguide/js/code-pattern.js" ] } ];
49+
var js = [ { "src": "styleguide/js/vendor/jwerty.js", "dep": [ "styleguide/js/postmessage.js", { "src": "annotations/annotations.js", "dep": [ "styleguide/js/annotations-pattern.js" ] }, "styleguide/js/code-pattern.js" ] } ];
5050
scriptLoader.run(js,cb,'pl-js-insert');
5151
}
5252
})();

0 commit comments

Comments
 (0)