JS: Remove unused variable in sparkline behavior
This commit is contained in:
parent
d087ae2575
commit
12a39568b7
|
@ -14,8 +14,6 @@
|
|||
Sparkline.prototype = new Icinga.EventListener();
|
||||
|
||||
Sparkline.prototype.onRendered = function(e) {
|
||||
var el = e.target;
|
||||
|
||||
$(e.target).find('.sparkline').each(function() {
|
||||
$(this).sparkline('html', {
|
||||
enableTagOptions: true,
|
||||
|
|
Loading…
Reference in New Issue