Skip to content

Commit

Permalink
close preview now
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Aug 4, 2016
1 parent f9b2518 commit 644cbbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/index.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
<tbody>
<tr v-for="f in computedFiles">
<td>
<a v-on:click='clickFileOrDir(f, $event)' href="/{{f.path + (f.type == 'dir' ? '' : '?raw=false')}}">
<a v-on:click='clickFileOrDir(f, $event)' href="/{{f.path + (f.type == 'dir' ? '' : '')}}">
<!-- ?raw=false -->
<i style="padding-right: 0.5em" class="fa" v-bind:class='genFileClass(f)'></i> {{f.name}}
</a>
</td>
Expand Down

0 comments on commit 644cbbc

Please sign in to comment.