Skip to content

Commit 916823d

Browse files
committed
Merge remote-tracking branch 'origin/master' into 3.1
# By fieg (4) and dependabot[bot] (1) # Via GitHub (1) and fieg (1) * origin/master: use static images in vuejs example + minor tweaks pass along hasNextUrl (fixes page not fully prefilling) fixed watch command added canonical urls to examples Bump rollup from 2.78.1 to 2.79.0 # Conflicts: # src/infinite-ajax-scroll.js
2 parents 4b39bd8 + 9a5ec80 commit 916823d

File tree

15 files changed

+52
-18
lines changed

15 files changed

+52
-18
lines changed

examples/articles/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="description" content="An example of an infinite scrolling blog where next articles are automatically appended when you scroll down">
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/articles/">
1113
</head>
1214
<body>
1315

examples/articles/page2.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<title>Pellentesque habitant morbi senectus - Infinite Ajax Scroll Example</title>
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/articles/page2.html">
1113
</head>
1214
<body>
1315

examples/articles/page3.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<title>Diam sollicitudin tempor id eu nisl - Infinite Ajax Scroll Example</title>
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/articles/page3.html">
1113
</head>
1214
<body>
1315

examples/blocks/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="description" content="An example of a custom next function which appends generated blocks infinitely">
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/blocks/">
1113
</head>
1214
<body>
1315

examples/button/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="description" content="An example of infinite scroll with a load more button">
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/button/">
1113
</head>
1214
<body>
1315

examples/json/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1111
<link rel="stylesheet" href="./style.css"/>
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/json/">
1213
</head>
1314
<body>
1415

examples/masonry/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="description" content="An example of a masonry layout with infinite scroll">
99

1010
<link rel="stylesheet" href="./style.css"/>
11+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/masonry/">
1112
</head>
1213
<body>
1314

examples/overflow/page1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1111
<link rel="stylesheet" href="./style.css"/>
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/overflow/">
1213
</head>
1314
<body>
1415

examples/overflow/page2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1111
<link rel="stylesheet" href="./style.css"/>
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/overflow/">
1213
</head>
1314
<body>
1415

examples/overflow/page3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1111
<link rel="stylesheet" href="./style.css"/>
12+
<link rel="canonical" href="https://infiniteajaxscroll.com/examples/overflow/">
1213
</head>
1314
<body>
1415

0 commit comments

Comments
 (0)