Skip to content

Commit

Permalink
fix: [Show Domain UI] fix screenshot link, fix #431
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Dec 2, 2019
1 parent 2841c95 commit 9898766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/www/templates/crawler/crawler_splash/showDomain.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ <h5>Crawled Items</h5>
selected_icon.removeClass("icon_img");


$("#screenshot_link").attr("href", "screenshot_href + {{dict_domain['crawler_history']['random_item']['id']}}");
$("#screenshot_link").attr("href", screenshot_href + "{{dict_domain['crawler_history']['random_item']['id']}}");
$("#screenshot_link").text("{{dict_domain['crawler_history']['random_item']['link']}}");
{%else%}
var screenshot = "";
Expand Down

0 comments on commit 9898766

Please sign in to comment.