Skip to content

Commit

Permalink
up main files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Oct 23, 2024
1 parent 75c79b9 commit 1016c54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions release/githubio/js/main_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -14479,6 +14479,16 @@
updateobj: JSON.parse(obj.responseText),
delete: false
});
} else {
var response = JSON.parse(obj.responseText);

if (response.data && !response.data[0]) {
this.postMessage({
data: obj.mData.obj.data[7],
type: obj.mData.type,
delete: true
});
}
}
};
} else if (event.data.type === 'clip') {
Expand Down

0 comments on commit 1016c54

Please sign in to comment.