mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying some changes for fb canvas
This commit is contained in:
@@ -58,8 +58,6 @@ if(localStorage.debug === undefined){
|
||||
localStorage.debug = debug;
|
||||
}
|
||||
|
||||
console.log(window.location);
|
||||
|
||||
var image_timeout;
|
||||
var result_html;
|
||||
var empty_results_html;
|
||||
@@ -319,7 +317,7 @@ function init(){
|
||||
onepage_load();
|
||||
};
|
||||
|
||||
share_link_modifier_channel();
|
||||
if(window.location.hostname != "fb.zoff.me") share_link_modifier_channel();
|
||||
|
||||
if(window.location.hostname == "zoff.me") add = "https://zoff.me";
|
||||
else add = window.location.hostname;
|
||||
|
||||
Reference in New Issue
Block a user