bug fix
This commit is contained in:
parent
b959101963
commit
681bb0c067
|
@ -2,8 +2,6 @@
|
||||||
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js")
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js")
|
||||||
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-animate.js")
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-animate.js")
|
||||||
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-aria.js")
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-aria.js")
|
||||||
|
|
||||||
<!-- Angular Material Javascript using RawGit to load directly from `bower-material/master` -->
|
|
||||||
script(src="https://rawgit.com/angular/bower-material/master/angular-material.js")
|
script(src="https://rawgit.com/angular/bower-material/master/angular-material.js")
|
||||||
|
|
||||||
<!-- VENDORS -->
|
<!-- VENDORS -->
|
||||||
|
|
|
@ -2,9 +2,11 @@ language = current.path[1]
|
||||||
title = "JavaScript "
|
title = "JavaScript "
|
||||||
filter = /(\.html$)/
|
filter = /(\.html$)/
|
||||||
replace = /(\.html$)|(^index\.html$)/
|
replace = /(\.html$)|(^index\.html$)/
|
||||||
|
version = ''
|
||||||
|
|
||||||
<!-- Replace _ undscores with . dots -->
|
<!-- Replace _ undscores with . dots -->
|
||||||
version = current.path[2].replace(/\_+/gm, ".")
|
if current.path[2]
|
||||||
|
version = current.path[2].replace(/\_+/gm, ".")
|
||||||
|
|
||||||
|
|
||||||
<!-- VERSION TREE CREATOR MIXIN -->
|
<!-- VERSION TREE CREATOR MIXIN -->
|
||||||
|
|
Loading…
Reference in New Issue