mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +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();
|
||||
}
|
||||
},
|
||||
updatePreview: function() {
|
||||
this.preview();
|
||||
},
|
||||
updateHighlightedLines: function() {
|
||||
if(!this.regexpMatches) {
|
||||
this.highlightedLines = null;
|
||||
@ -140,7 +137,7 @@ window.addEventListener('load', () => {
|
||||
selector: "[data-toggle=tooltip]",
|
||||
container: "body"
|
||||
})
|
||||
},0);
|
||||
}, 0);
|
||||
},
|
||||
|
||||
preview: function(){
|
||||
|
Loading…
Reference in New Issue
Block a user