Skip to content

Commit

Permalink
Update fragment.js
Browse files Browse the repository at this point in the history
removed padding lint
  • Loading branch information
rrusher authored May 29, 2024
1 parent 8ce2bcb commit 8d7d84e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/fragment/fragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
* @returns {HTMLElement} The root element of the fragment
*/
export async function loadFragment(path) {

if (path?.startsWith('/')) {
const resp = await fetch(`${path}.plain.html`);
if (resp.ok) {
Expand Down

0 comments on commit 8d7d84e

Please sign in to comment.