forked from mirrors/thatmattlove-hyperglass
fixed syntax error in hyperglass.js
This commit is contained in:
parent
2ffdc9ec72
commit
f3461708c1
2 changed files with 1 additions and 1 deletions
1
hyperglass/static/.gitignore
vendored
1
hyperglass/static/.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
custom/
|
|
||||||
|
|
|
||||||
|
|
@ -190,6 +190,7 @@ function submitForm() {
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
`);
|
`);
|
||||||
|
},
|
||||||
405: function(response, code) {
|
405: function(response, code) {
|
||||||
clearPage();
|
clearPage();
|
||||||
target_error.show()
|
target_error.show()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue