Browse Source

Network: Set version of FontAwesome to latest stable 4.7.0 (#3572)

Bumped up the version number in the examples using `FontAwesome`, in order to avoid confusion about missing (new) icons as in #3408.
mbroad/code-climate-coverage-develop
wimrijnders 7 years ago
committed by Yotam Berkowitz
parent
commit
b3f29badcd
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      examples/network/nodeStyles/customGroups.html
  2. +2
    -2
      examples/network/nodeStyles/icons.html

+ 1
- 1
examples/network/nodeStyles/customGroups.html View File

@ -20,7 +20,7 @@
<script type="text/javascript" src="../../../dist/vis.js"></script>
<link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>

+ 2
- 2
examples/network/nodeStyles/icons.html View File

@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html lang="en">
<head>
@ -8,7 +8,7 @@
<script type="text/javascript" src="../../../dist/vis.js"></script>
<link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<style>

Loading…
Cancel
Save