Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@levkar
Copy link

@levkar levkar commented Aug 5, 2016

This PR updates js signature library to JSignature since it works with mobile as well.

This is the same update original author made in their own repo. Here's the related commit:

JayVora-SerpentCS/SerpentCS_Contributions@2d6c094

This can be considered as a sync.

@eLBati
Copy link
Member

eLBati commented Nov 4, 2016

@JayVora-SerpentCS @archetipo what do you think about this?

@JayVora-SerpentCS
Copy link
Contributor

Sounds right, how about you @Meet_scs

@ghost
Copy link

ghost commented Nov 11, 2016

@eLBati @JayVora-SerpentCS looks good. 👍

this.$el.find('.save_sign').click(this.on_save_sign);
},
on_clear_sign: function() {
if (this.get('value') !== false) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest you to directly check for the value.

if(this.get('value') && !_.isUndefined(value)){
// your code here.
}

@github-actions
Copy link

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Nov 21, 2021
@github-actions github-actions bot closed this Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale PR/Issue without recent activity, it'll be soon closed automatically.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants