Skip to content

Commit

Permalink
Fix Development Errors (#989)
Browse files Browse the repository at this point in the history
* Fix Logo Path

* Remove Outdated Live Reload Script
  • Loading branch information
liamkeily authored Jan 16, 2024
1 parent 43d9672 commit b377be6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="col-md-12 col-lg-10 col-lg-offset-1">
<div class="page-header">
<a class="pull-right" href="https://github.com/mistic100/jQuery-QueryBuilder">
<img src="https://github.githubassets.com/images/modules/logos_page/Octocat.png" height=48px>
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" style="height:48px;">
</a>
<h1>jQuery QueryBuilder
<small>Example</small>
Expand Down Expand Up @@ -659,9 +659,5 @@ <h3>Output</h3>
// also available : 'setFilters'
});
</script>

<script>
document.write('<script src="//' + location.host.split(':')[0] + ':35729/livereload.js" async defer><' + '/script>');
</script>
</body>
</html>

0 comments on commit b377be6

Please sign in to comment.