Conversation
liamkeily
commented
Jan 16, 2024
| <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;"> |
Collaborator
Author
There was a problem hiding this comment.
This image no longer exists so I have replaced with another image
liamkeily
commented
Jan 16, 2024
Comment on lines
-662
to
-665
|
|
||
| <script> | ||
| document.write('<script src="//' + location.host.split(':')[0] + ':35729/livereload.js" async defer><' + '/script>'); | ||
| </script> |
Collaborator
Author
There was a problem hiding this comment.
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
liamkeily
added a commit
to liamkeily/jQuery-QueryBuilder
that referenced
this pull request
Jan 16, 2024
* Fix Development Errors (mistic100#989) * Fix Logo Path * Remove Outdated Live Reload Script * Replace Glyphicons with Bootstrap Icons * checkbox changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
When checking out this project locally I noticed a couple of broken things which I have fixed in this PR.
Merge request checklist
devand I am issuing the PR todevdistdirectory__localeand__authorfieldsBefore
After