Skip to content

Commit

Permalink
Finish 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Feb 18, 2021
2 parents 56bb630 + 3d17c3d commit 440f7d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "./integration.js",
"name": "urlscan",
"version": "3.3.0",
"version": "3.3.1",
"private": true,
"dependencies": {
"request": "^2.88.2",
Expand Down
4 changes: 2 additions & 2 deletions templates/us-block.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<span class="p-title">{{fa-icon "browser" fixedWidth=true}} Screenshot</span>
{{#if result._id}}
<div class="image-container">
{{#if result.getScreenshotAsBase64}}
<img src="{{result.getScreenshotAsBase64}}"/>
{{#if result.screenshotBase64}}
<img src="{{result.screenshotBase64}}"/>
{{else}}
<img src="{{result.screenshot}}">
{{/if}}
Expand Down

0 comments on commit 440f7d2

Please sign in to comment.