diff --git a/dist/img/network/acceptDeleteIcon.png b/dist/img/network/acceptDeleteIcon.png new file mode 100644 index 00000000..02a06285 Binary files /dev/null and b/dist/img/network/acceptDeleteIcon.png differ diff --git a/dist/img/network/addNodeIcon.png b/dist/img/network/addNodeIcon.png index e69de29b..6fa30613 100644 Binary files a/dist/img/network/addNodeIcon.png and b/dist/img/network/addNodeIcon.png differ diff --git a/dist/img/network/backIcon.png b/dist/img/network/backIcon.png new file mode 100644 index 00000000..e2f99126 Binary files /dev/null and b/dist/img/network/backIcon.png differ diff --git a/dist/img/network/connectIcon.png b/dist/img/network/connectIcon.png new file mode 100644 index 00000000..4164da1f Binary files /dev/null and b/dist/img/network/connectIcon.png differ diff --git a/dist/img/network/cross.png b/dist/img/network/cross.png new file mode 100644 index 00000000..9cbd189a Binary files /dev/null and b/dist/img/network/cross.png differ diff --git a/dist/img/network/cross2.png b/dist/img/network/cross2.png new file mode 100644 index 00000000..9fc4b95c Binary files /dev/null and b/dist/img/network/cross2.png differ diff --git a/dist/img/network/deleteIcon.png b/dist/img/network/deleteIcon.png new file mode 100644 index 00000000..54025647 Binary files /dev/null and b/dist/img/network/deleteIcon.png differ diff --git a/dist/img/network/downArrow.png b/dist/img/network/downArrow.png new file mode 100644 index 00000000..e77d5e6d Binary files /dev/null and b/dist/img/network/downArrow.png differ diff --git a/dist/img/network/editIcon.png b/dist/img/network/editIcon.png new file mode 100644 index 00000000..494d0f00 Binary files /dev/null and b/dist/img/network/editIcon.png differ diff --git a/dist/img/network/leftArrow.png b/dist/img/network/leftArrow.png new file mode 100644 index 00000000..3823536e Binary files /dev/null and b/dist/img/network/leftArrow.png differ diff --git a/dist/img/network/minus.png b/dist/img/network/minus.png new file mode 100644 index 00000000..30698076 Binary files /dev/null and b/dist/img/network/minus.png differ diff --git a/dist/img/network/plus.png b/dist/img/network/plus.png new file mode 100644 index 00000000..f7ab2a33 Binary files /dev/null and b/dist/img/network/plus.png differ diff --git a/dist/img/network/rightArrow.png b/dist/img/network/rightArrow.png new file mode 100644 index 00000000..c3a209d8 Binary files /dev/null and b/dist/img/network/rightArrow.png differ diff --git a/dist/img/network/upArrow.png b/dist/img/network/upArrow.png new file mode 100644 index 00000000..8aedced7 Binary files /dev/null and b/dist/img/network/upArrow.png differ diff --git a/dist/img/network/zoomExtends.png b/dist/img/network/zoomExtends.png new file mode 100644 index 00000000..74595c63 Binary files /dev/null and b/dist/img/network/zoomExtends.png differ diff --git a/dist/img/timeline/delete.png b/dist/img/timeline/delete.png new file mode 100644 index 00000000..d54d0e06 Binary files /dev/null and b/dist/img/timeline/delete.png differ diff --git a/dist/vis.js b/dist/vis.js index efaf26c3..f62b1468 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -5,8 +5,7 @@ * A dynamic, browser-based visualization library. * * @version 4.15.2-SNAPSHOT - * @date 2016-03-14 - + * @date 2016-03-15 * * @license * Copyright (C) 2011-2016 Almende B.V, http://almende.com @@ -11058,8 +11057,6 @@ return /******/ (function(modules) { // webpackBootstrap var start = getStart(item); var end = getEnd(item); - console.log(start, end); - console.log(this.options); if (this.options.rtl) { var startSide = start - (item.getWidthRight() + 10) * factor; @@ -17670,7 +17667,6 @@ return /******/ (function(modules) { // webpackBootstrap var interval = range.max - range.min; var min = new Date(range.min.valueOf() - interval * 0.01); var max = new Date(range.max.valueOf() + interval * 0.01); - console.log(min, max); var animation = options && options.animation !== undefined ? options.animation : true; this.range.setRange(min, max, animation); }; @@ -21751,7 +21747,6 @@ return /******/ (function(modules) { // webpackBootstrap this.dirty = false; } - console.log("redrawing range"); this._repaintDeleteButton(dom.box); this._repaintDragLeft(); this._repaintDragRight(); @@ -21931,7 +21926,6 @@ return /******/ (function(modules) { // webpackBootstrap * @protected */ RangeItem.prototype._repaintDragRight = function () { - console.log("repainting!!!!"); if (this.selected && this.options.editable.updateTime && !this.dom.dragRight) { // create and show drag area var dragRight = document.createElement('div');