Browse Source
Removed unwanted code
This code has been moved to other function from v11 to v12.
pull/1325/head
Mayank Gosai
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
web_widget_digitized_signature/static/src/js/digital_sign.js
|
|
@ -22,8 +22,6 @@ odoo.define('web_widget_digitized_signature.web_digital_sign', function(require) |
|
|
|
placeholder: "/web/static/src/img/placeholder.png", |
|
|
|
init: function() { |
|
|
|
this._super.apply(this, arguments); |
|
|
|
// this.$('> img').remove();
|
|
|
|
// this.$('.signature > canvas').remove();
|
|
|
|
this.sign_options = { |
|
|
|
'decor-color': '#D1D0CE', |
|
|
|
'color': '#000', |
|
|
|