We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d9672 commit b377be6Copy full SHA for b377be6
examples/index.html
@@ -29,7 +29,7 @@
29
<div class="col-md-12 col-lg-10 col-lg-offset-1">
30
<div class="page-header">
31
<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>
+ <img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" style="height:48px;">
33
</a>
34
<h1>jQuery QueryBuilder
35
<small>Example</small>
@@ -659,9 +659,5 @@ <h3>Output</h3>
659
// also available : 'setFilters'
660
});
661
</script>
662
-
663
-<script>
664
- document.write('<script src="//' + location.host.split(':')[0] + ':35729/livereload.js" async defer><' + '/script>');
665
-</script>
666
</body>
667
</html>
0 commit comments