Plugin Directory

Changeset 1496925


Ignore:
Timestamp:
09/16/2016 01:06:30 PM (10 years ago)
Author:
oternet
Message:

버그수정

Location:
idea-board/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • idea-board/trunk/assets/css/idea-board.css

    r1496802 r1496925  
    55    overflow: hidden;
    66    font-family: "Malgun Gothic", "Dotum", "Arial", serif;
     7}
     8
     9#idea-board label {
     10    cursor: pointer;
    711}
    812
     
    7579    vertical-align: middle;
    7680    touch-action: manipulation;
    77     cursor: pointer;
    7881    -webkit-user-select: none;
    7982    -moz-user-select: none;
     
    99102}
    100103
     104#idea-board input[type="checkbox"] {
     105    cursor: pointer;
     106}
     107
    101108#idea-board .idea-board-button,
    102109#idea-board input[type="submit"] {
     
    389396    color: #fff;
    390397    width: 30%;
     398    cursor: pointer;
    391399}
    392400
     
    395403    width: 64%;
    396404    background-color: #fff !important;
     405    cursor: pointer;
    397406}
    398407
  • idea-board/trunk/assets/js/idea-board.js

    r1496915 r1496925  
    1111            });
    1212
     13        $idea_board.find('.NFI-filename').click(function () {
     14            $(this).siblings('.NFI-button').find('input').trigger('click');
     15        });
     16
    1317        $('.idea-board-validate').validate();
    1418    });
  • idea-board/trunk/readme.txt

    r1496901 r1496925  
    33Donate link: http://www.ideapeople.co.kr
    44Tags: idea-board,board,게시판,forum
    5 Requires at least: 4.0
     5Requires at least: 4.4
    66Tested up to: 4.6
    77Stable tag: 1.0
  • idea-board/trunk/src/ideapeople/board/helper/AdvancedCustomFieldHelper.php

    r1496785 r1496925  
    2222
    2323    public function add_nonce() {
    24         wp_nonce_field( 'input', 'acf_nonce' );
     24        wp_nonce_field( 'input', 'acf_nonce', false );
    2525    }
    2626
Note: See TracChangeset for help on using the changeset viewer.