Skip to content

Instantly share code, notes, and snippets.

View andredeo's full-sized avatar

André Déo andredeo

View GitHub Profile
@andredeo
andredeo / sos
Last active January 13, 2022 21:21
406234789
885052789
887641399
var Jira = {
params: {},
setParams: function (params) {
if (typeof params !== 'object') {
return;
}
Jira.params = params;
if (typeof Jira.params.url === 'string') {