update some libs

This commit is contained in:
Unknwon 2015-11-02 02:00:12 -05:00
parent 50058b3c6d
commit 92535c9df0
9 changed files with 66 additions and 58 deletions

View File

@ -1,27 +1,29 @@
# This file lists all PUBLIC individuals having contributed content to the translation. # This file lists all PUBLIC individuals having contributed content to the translation.
# Entries are in alphabetical order. # Entries are in alphabetical order.
Akihiro YAGASAKI <yaggytter@momiage.com> Akihiro YAGASAKI <yaggytter AT momiage DOT com>
Alexander Steinhöfer <kontakt@lx-s.de> Alexander Steinhöfer <kontakt AT lx-s DOT de>
Alexandre Magno <alexandre.mbm@gmail.com> Alexandre Magno <alexandre DOT mbm AT gmail DOT com>
Arthur Aslanyan <arthur.e.aslanyan@gmail.com> Andrey Nering <andrey AT nering DOT com DOT br>
Barış Arda Yılmaz <ardayilmazgamer@gmail.com> Arthur Aslanyan <arthur DOT e DOT aslanyan AT gmail DOT com>
Christoph Kisfeld <christoph.kisfeld@gmail.com> Barış Arda Yılmaz <ardayilmazgamer AT gmail DOT com>
Daniel Speichert <daniel@speichert.pl> Christoph Kisfeld <christoph DOT kisfeld AT gmail DOT com>
Dmitriy Nogay <me@catwhocode.ga> Daniel Speichert <daniel AT speichert DOT pl>
Gregor Santner <gdev@live.de> Dmitriy Nogay <me AT catwhocode DOT ga>
Huimin Wang <wanghm2009@hotmail.co.jp> Gregor Santner <gdev AT live DOT de>
ilko <email> Hamid Feizabadi <hamidfzm AT gmail DOT com>
Lafriks <lafriks@gmail.com> Huimin Wang <wanghm2009 AT hotmail DOT co DOT jp>
Lauri Ojansivu <x@xet7.org> ilko
Luc Stepniewski <luc@stepniewski.fr> Lafriks <lafriks AT gmail DOT com>
Marc Schiller <marc@schiller.im> Lauri Ojansivu <x AT xet7 DOT org>
Miguel de la Cruz <miguel@mcrx.me> Luc Stepniewski <luc AT stepniewski DOT fr>
Morten Sørensen <klim8d@gmail.com> Marc Schiller <marc AT schiller DOT im>
Natan Albuquerque <natanalbuquerque5@gmail.com> Miguel de la Cruz <miguel AT mcrx DOT me>
Odilon Junior <odilon.junior93@gmail.com> Morten Sørensen <klim8d AT gmail DOT com>
Thomas Fanninger <gogs.thomas@fanninger.at> Natan Albuquerque <natanalbuquerque5 AT gmail DOT com>
Tilmann Bach <tilmann@outlook.com> Odilon Junior <odilon DOT junior93 AT gmail DOT com>
Vladimir Vissoultchev <wqweto@gmail.com> Thomas Fanninger <gogs DOT thomas AT fanninger DOT at>
YJSoft <yjsoft@yjsoft.pe.kr> Tilmann Bach <tilmann AT outlook DOT com>
Łukasz Jan Niemier <lukasz@niemier.pl> Vladimir Vissoultchev <wqweto AT gmail DOT com>
YJSoft <yjsoft AT yjsoft DOT pe DOT kr>
Łukasz Jan Niemier <lukasz AT niemier DOT pl>

File diff suppressed because one or more lines are too long

11
public/css/semantic-2.1.5.min.css vendored Executable file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

7
public/js/libs/clipboard-1.5.3.min.js vendored Executable file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

19
public/js/semantic-2.1.5.min.js vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -44,6 +44,6 @@
<script src="{{AppSubUrl}}/js/libs/dropzone-4.0.1.js"></script> <script src="{{AppSubUrl}}/js/libs/dropzone-4.0.1.js"></script>
{{end}} {{end}}
<script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script> <script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script>
<script src="{{AppSubUrl}}/js/libs/clipboard-1.3.1.min.js"></script> <script src="{{AppSubUrl}}/js/libs/clipboard-1.5.3.min.js"></script>
</html> </html>

View File

@ -20,11 +20,11 @@
<link rel="stylesheet" href="{{AppSubUrl}}/css/font-awesome-4.4.0.min.css"> <link rel="stylesheet" href="{{AppSubUrl}}/css/font-awesome-4.4.0.min.css">
<!-- Stylesheet --> <!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.3.min.css"> <link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.5.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{AppVer}}"> <link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{AppVer}}">
<!-- JavaScript --> <!-- JavaScript -->
<script src="{{AppSubUrl}}/js/semantic-2.1.3.min.js"></script> <script src="{{AppSubUrl}}/js/semantic-2.1.5.min.js"></script>
<script src="{{AppSubUrl}}/js/gogs.js?v={{AppVer}}"></script> <script src="{{AppSubUrl}}/js/gogs.js?v={{AppVer}}"></script>
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title> <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>