Remove redundant code

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-06-20 10:07:51 +09:00
parent 2be60eec62
commit 033e702df5
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -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() {