Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;">
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This image no longer exists so I have replaced with another image

</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>
Comment on lines -662 to -665
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This snippet appears to come from the live-server docs, but the project appears to be using alive-server which works differently

You don't need to install any browser plugins or manually add code snippets to your pages for the reload functionality to work

</body>
</html>