mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Remove unused function
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
27c412744f
commit
d16ddbdbbf
@ -79,9 +79,6 @@ window.addEventListener('load', () => {
|
|||||||
this.preview();
|
this.preview();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
updatePreview: function() {
|
|
||||||
this.preview();
|
|
||||||
},
|
|
||||||
updateHighlightedLines: function() {
|
updateHighlightedLines: function() {
|
||||||
if(!this.regexpMatches) {
|
if(!this.regexpMatches) {
|
||||||
this.highlightedLines = null;
|
this.highlightedLines = null;
|
||||||
@ -140,7 +137,7 @@ window.addEventListener('load', () => {
|
|||||||
selector: "[data-toggle=tooltip]",
|
selector: "[data-toggle=tooltip]",
|
||||||
container: "body"
|
container: "body"
|
||||||
})
|
})
|
||||||
},0);
|
}, 0);
|
||||||
},
|
},
|
||||||
|
|
||||||
preview: function(){
|
preview: function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user