Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
templator [2022/06/06 04:29] – [Javascript] o2wikitemplator [2022/06/06 04:30] – [Javascript] o2wiki
Line 148: Line 148:
 <sxh javascript; > <sxh javascript; >
 return function getWebsite(data, callback){ return function getWebsite(data, callback){
-     $.get("google.com",function(html){+     $.get("https://www.google.com",function(html){
          data.textChanges.push({find: "{html}", type: "text", value: html });          data.textChanges.push({find: "{html}", type: "text", value: html });
          callback({ success: true, data: data });          callback({ success: true, data: data });