mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
#1376 XEIcon CSS 경로 수정 및 파일 정리
This commit is contained in:
parent
b05074a83d
commit
a78c21d4c4
5 changed files with 3 additions and 1 deletions
|
|
@ -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"; }
|
||||
|
|
|
|||
|
|
@ -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 |
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 |
Loading…
Add table
Add a link
Reference in a new issue