#1376 XEIcon CSS 경로 수정 및 파일 정리

This commit is contained in:
bnu 2015-04-08 09:41:07 +09:00
parent b05074a83d
commit a78c21d4c4
5 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
<load target="board.default.css" />
<load target="board.default.js" type="body" />
<load target="/common/xeicon/xeicon.min.css" />
<load target="../../../../common/xeicon/xeicon.min.css" />
<!--@if($order_type == "desc")-->
{@ $order_type = "asc"; }

View file

@ -1,4 +1,5 @@
jQuery(function($) {
"use strict";
// hide last tag
$('.read_footer .tags span:last-child').hide();
// user input text blur/focus/change
@ -31,6 +32,7 @@ jQuery(function($) {
// SNS post
(function($) {
"use strict";
$.fn.snspost = function(opts) {
var loc = '';
opts = $.extend({}, {type:'twitter', event:'click', content:''}, opts);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 989 B

Before After
Before After