jsgantt-improved
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -447,3 +447,5 @@ "use strict"; | ||
events_1.addFolderListeners(this_1, vTmpSpan, vID); | ||
vTmpDiv.appendChild(document.createTextNode('\u00A0' + this_1.vTaskList[i_1].getName())); | ||
var divTask = document.createElement('span'); | ||
divTask.innerHTML = '\u00A0' + this_1.vTaskList[i_1].getName(); | ||
vTmpDiv.appendChild(divTask); | ||
// const text = makeInput(this.vTaskList[i].getName(), this.vEditable, 'text'); | ||
@@ -450,0 +452,0 @@ // vTmpDiv.appendChild(document.createNode(text)); |
@@ -450,3 +450,3 @@ "use strict"; | ||
} | ||
console.log(path); | ||
// console.log(path); | ||
if (!path[task.pID].childrens) { | ||
@@ -453,0 +453,0 @@ path[task.pID].childrens = []; |
@@ -256,3 +256,3 @@ [ | ||
"pID": 34, | ||
"pName": "Draw Task Bars", | ||
"pName": "Draw Task <i>Bars</i>", | ||
"pStart": "", | ||
@@ -259,0 +259,0 @@ "pEnd": "", |
{ | ||
"name": "jsgantt-improved", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "jsgantt-improved", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -449,4 +449,6 @@ import * as lang from './lang'; | ||
addFolderListeners(this, vTmpSpan, vID); | ||
vTmpDiv.appendChild(document.createTextNode('\u00A0' + this.vTaskList[i].getName())); | ||
const divTask = document.createElement('span') | ||
divTask.innerHTML = '\u00A0' + this.vTaskList[i].getName() | ||
vTmpDiv.appendChild(divTask); | ||
// const text = makeInput(this.vTaskList[i].getName(), this.vEditable, 'text'); | ||
@@ -453,0 +455,0 @@ // vTmpDiv.appendChild(document.createNode(text)); |
@@ -460,3 +460,3 @@ | ||
} | ||
console.log(path); | ||
// console.log(path); | ||
if (!path[task.pID].childrens) { | ||
@@ -463,0 +463,0 @@ path[task.pID].childrens = []; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4893000
113422