Skip to content

Commit

Permalink
日常更新
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlezehaf committed Nov 21, 2018
1 parent 1d015b5 commit 226e7a5
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
Binary file modified public/assets/images/country/au.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/images/country/gr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/images/country/in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/images/country/kr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/images/country/no.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/images/country/tw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion resources/views/admin/addNode.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,10 @@
<script type="text/javascript">
// 用户标签选择器
$('#labels').select2({
theme: 'bootstrap',
placeholder: '设置后则可见相同标签的节点',
allowClear: true
allowClear: true,
width:'100%'
});
// ajax同步提交
Expand Down
4 changes: 3 additions & 1 deletion resources/views/admin/editNode.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,10 @@
<script type="text/javascript">
// 用户标签选择器
$('#labels').select2({
theme: 'bootstrap',
placeholder: '设置后则可见相同标签的节点',
allowClear: true
allowClear: true,
width:'100%'
});
// ajax同步提交
Expand Down

0 comments on commit 226e7a5

Please sign in to comment.