Skip to content

Commit 795f9eb

Browse files
committed
Binary version changed to latest v8
1 parent 45ad048 commit 795f9eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/layout.jade

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ html
55
meta(http-equiv='X-UA-Compatible', content='IE=edge')
66
title= title
77
link(rel='stylesheet', href='/stylesheets/style.css')
8-
link(rel='stylesheet', href='https://cdn.anychart.com/releases/8.0.0/css/anychart-ui.min.css')
9-
link(rel='stylesheet', href='https://cdn.anychart.com/releases/8.0.0/fonts/css/anychart.min.css')
10-
script(src='https://cdn.anychart.com/releases/8.0.0/js/anychart-base.min.js')
11-
script(src='https://cdn.anychart.com/releases/8.0.0/js/anychart-exports.min.js')
12-
script(src='https://cdn.anychart.com/releases/8.0.0/js/anychart-vml.min.js')
8+
link(rel='stylesheet', href='https://cdn.anychart.com/releases/v8/css/anychart-ui.min.css')
9+
link(rel='stylesheet', href='https://cdn.anychart.com/releases/v8/fonts/css/anychart.min.css')
10+
script(src='https://cdn.anychart.com/releases/v8/js/anychart-base.min.js')
11+
script(src='https://cdn.anychart.com/releases/v8/js/anychart-exports.min.js')
12+
script(src='https://cdn.anychart.com/releases/v8/js/anychart-vml.min.js')
1313
body
1414
block content

0 commit comments

Comments
 (0)