Skip to content

Commit

Permalink
Ignore iFrame (#1)
Browse files Browse the repository at this point in the history
* Ignore iFrame

Co-authored-by: Philipp Hemmelmayr <[email protected]>
  • Loading branch information
MrAlexand0r and AUTplayed authored Feb 17, 2021
1 parent 2bc60a7 commit ac5fda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var ldf = {
mainselector: "#ldf",
notfound: "<div>Page not Found</div>",
waitselector: "link[rel='stylesheet'],:not(script)[src]",
waitselector: "link[rel='stylesheet'],:not(script):not(iframe)[src]",
pagedir: "pages",
baseurl: "",
begin: undefined,
Expand Down

0 comments on commit ac5fda2

Please sign in to comment.