Browse Source

Fixed #736: broken script url in example 13_localization.html

v3_develop
jos 9 years ago
parent
commit
0975223041
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/graph2d/13_localization.html

+ 1
- 1
examples/graph2d/13_localization.html View File

@ -13,7 +13,7 @@
}
</style>
<script src="http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment-with-langs.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.1/moment-with-locales.min.js"></script>
<script src="../../dist/vis.js"></script>
<link href="../../dist/vis.css" rel="stylesheet" type="text/css" />
</head>

Loading…
Cancel
Save