You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(first==="undefined"||first.indexOf('http')===-1){// Non http(s) protocol// don't do anything.}else{// take the url variable and update the iframes and input field$("iframe").attr('src',(first));$('#url').attr('value',(first));$.ajax({url: 'xtest.php?url='+first+'',data: {action: first},type: 'post',success: function(output){console.log(output);}});}
The text was updated successfully, but these errors were encountered:
Payload
Fix
am-i-responsive/index.html
Line 142 in a46ac86
The text was updated successfully, but these errors were encountered: