Remove ws subs (#1220)

* remove unwanted whitespace substitution
* end repression of file extensions
* see also https://github.com/gollum/gollum-lib/pull/249
This commit is contained in:
Dawa Ometto
2017-04-10 14:50:18 +02:00
committed by GitHub
parent 8aa10fe400
commit f9b8b4e8d3
5 changed files with 39 additions and 59 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
var baseUrl = '{{base_url}}';
var uploadDest = '{{upload_dest}}';
{{#page}}
var pageFullPath = '{{url_path_display}}';
var pageFullPath = '{{url_path}}';
{{/page}}
</script>
<script type="text/javascript" src="{{base_url}}/javascript/jquery-1.7.2.min.js"></script>