Skip to content

Commit 2ce74c2

Browse files
remove internal_title so that the eval does not fail
1 parent 164bf38 commit 2ce74c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/render-datatables.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
}
120120
}
121121

122+
// remove this so that the eval does not fail.
123+
delete chart.settings['internal_title'];
124+
122125
var additional = [];
123126
for (i in chart.settings) {
124127
var valoo = chart.settings[i];

0 commit comments

Comments
 (0)