diff options
author | Morlinest <Morlinest@users.noreply.github.com> | 2017-08-19 03:37:48 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-08-19 09:37:48 +0800 |
commit | 4c13a8458bd489e700577ddea2e6113af3477d99 (patch) | |
tree | 0ac4532c29bb34ffb2952c9310b3246c911a4f9d /public/js | |
parent | e08d1fcc15aa643f8c9a7aceaf974a09b558e57e (diff) | |
download | gitea-4c13a8458bd489e700577ddea2e6113af3477d99.tar.gz gitea-4c13a8458bd489e700577ddea2e6113af3477d99.zip |
Fix repo-search template errors for go1.7 (#2336)
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js index 169563a4ec..f6060dc631 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1660,7 +1660,6 @@ function initVueComponents(){ Vue.component('repo-search', { delimiters: vueDelimeters, - template: '#repo-search-template', props: { searchLimit: { |