Skip to content

Commit b377be6

Browse files
authored
Fix Development Errors (mistic100#989)
* Fix Logo Path * Remove Outdated Live Reload Script
1 parent 43d9672 commit b377be6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/index.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="col-md-12 col-lg-10 col-lg-offset-1">
3030
<div class="page-header">
3131
<a class="pull-right" href="https://github.com/mistic100/jQuery-QueryBuilder">
32-
<img src="https://github.githubassets.com/images/modules/logos_page/Octocat.png" height=48px>
32+
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" style="height:48px;">
3333
</a>
3434
<h1>jQuery QueryBuilder
3535
<small>Example</small>
@@ -659,9 +659,5 @@ <h3>Output</h3>
659659
// also available : 'setFilters'
660660
});
661661
</script>
662-
663-
<script>
664-
document.write('<script src="//' + location.host.split(':')[0] + ':35729/livereload.js" async defer><' + '/script>');
665-
</script>
666662
</body>
667663
</html>

0 commit comments

Comments
 (0)