diff options
author | Unknwon <u@gogs.io> | 2016-03-11 15:33:12 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-11 15:33:12 -0500 |
commit | 2bf8494332592b3c57f9a12a26b9abd356fb3f15 (patch) | |
tree | e46c61ba30018ebbafcda6b97b36d3ffece3cfb0 /public/config.codekit | |
parent | df2bdf7ea36ad0729e0326ca799d8896d7f96946 (diff) |
#13 finish user and repository search
Both are possible on explore and admin panel
Diffstat (limited to 'public/config.codekit')
-rw-r--r-- | public/config.codekit | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/config.codekit b/public/config.codekit index f9dd8d08..796f3141 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -441,30 +441,30 @@ "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/plugins\/highlight-9.1.0\/default.css": { + "\/plugins\/highlight-9.2.0\/default.css": { "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/highlight-9.1.0\/default.css", + "inputAbbreviatedPath": "\/plugins\/highlight-9.2.0\/default.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/plugins\/highlight-9.1.0\/github.css": { + "\/plugins\/highlight-9.2.0\/github.css": { "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/highlight-9.1.0\/github.css", + "inputAbbreviatedPath": "\/plugins\/highlight-9.2.0\/github.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/plugins\/highlight-9.1.0\/highlight.pack.js": { + "\/plugins\/highlight-9.2.0\/highlight.pack.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/highlight-9.1.0\/highlight.pack.js", - "outputAbbreviatedPath": "\/plugins\/highlight-9.1.0\/min\/highlight.pack-min.js", + "inputAbbreviatedPath": "\/plugins\/highlight-9.2.0\/highlight.pack.js", + "outputAbbreviatedPath": "\/plugins\/highlight-9.2.0\/min\/highlight.pack-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, |