mirror of https://github.com/calzoneman/sync.git
Fix #572
This commit is contained in:
parent
0922ce8e66
commit
f8a4652533
|
@ -2,7 +2,7 @@ mixin footer
|
|||
footer#footer
|
||||
.container
|
||||
p.text-muted.credit.
|
||||
Copyright © 2013-2016 Calvin Montgomery · <a href="https://github.com/calzoneman/sync">GitHub</a> · <a href="/useragreement">User Agreement</a> · <a href="/contact">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki">Wiki</a>
|
||||
Copyright © 2013-2016 Calvin Montgomery · <a href="https://github.com/calzoneman/sync" target="_blank" rel="noreferrer noopener">GitHub</a> · <a href="/useragreement" target="_blank">User Agreement</a> · <a href="/contact" target="_blank">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki" target="_blank" rel="noopener noreferrer">Wiki</a>
|
||||
script(src="/js/jquery-1.11.0.min.js")
|
||||
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
||||
// I should really abandon this crap one day
|
||||
|
|
Loading…
Reference in New Issue