Skip to content

Commit c5ce5d1

Browse files
committed
move mootools to ext
1 parent 0f35378 commit c5ce5d1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitattributes

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
*.tpl linguist-language=HTML
22
doc/* linguist-documentation
3-
resources/**/ext/** linguist-vendored
4-
webserver/static/mootools.min.js linguist-vendored
3+
resources/**/ext/** linguist-vendored

webserver/template.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func (p wikiPage) VisibleTitle() string {
201201

202202
func (p wikiPage) Scripts() []string {
203203
return []string{
204-
"/static/mootools.min.js",
204+
"/static/ext/mootools.min.js",
205205
"/static/quiki.js",
206206
"https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js",
207207
}

0 commit comments

Comments
 (0)