mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Remove redundant code
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
2be60eec62
commit
033e702df5
@ -30,13 +30,6 @@ const ConfigField = {
|
||||
if (this.option.name === "time_format") {
|
||||
this.timeFormat = this.initialTimeFormat
|
||||
}
|
||||
this.$on("hook:updated", () => {
|
||||
this.$nextTick(() => {
|
||||
console.log("config-field hook:updated")
|
||||
$("[data-toggle=tooltip]").tooltip("dispose")
|
||||
$("[data-toggle=tooltip]").tooltip("enable")
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
updated: function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user