diff options
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 49a1beec..dc654a4e 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -42,7 +42,7 @@ addTag('script', {src: path('angular-bootstrap.js') }, sync); addTag('script', {src: path('angular-bootstrap-prettify.js') }, sync); addTag('script', {src: 'js/docs.js'}, sync); - addTag('script', {src: 'js/docs-keywords.js'}, sync); + addTag('script', {src: 'docs-keywords.js'}, sync); function path(name) { if (gae) { |
