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
parent
commit
71824319a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_widget_digitized_signature/static/src/js/digital_sign.js

2
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',

Loading…
Cancel
Save