Alexis de Lattre
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
base_phone/static/src/js/phone_widget.js
|
@ -49,6 +49,7 @@ odoo.define('base_phone.phone_widget', function (require) { |
|
|
if (phone_num && !this.options.dial_button_invisible) { |
|
|
if (phone_num && !this.options.dial_button_invisible) { |
|
|
click2dial_text = _t('Dial'); |
|
|
click2dial_text = _t('Dial'); |
|
|
} |
|
|
} |
|
|
|
|
|
this.$el.filter('#click2dial').off('click'); |
|
|
this.$el.filter('#click2dial') |
|
|
this.$el.filter('#click2dial') |
|
|
.text(click2dial_text) |
|
|
.text(click2dial_text) |
|
|
.attr('href', '#') |
|
|
.attr('href', '#') |
|
|