Changeset 1496925
- Timestamp:
- 09/16/2016 01:06:30 PM (10 years ago)
- Location:
- idea-board/trunk
- Files:
-
- 4 edited
-
assets/css/idea-board.css (modified) (5 diffs)
-
assets/js/idea-board.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/ideapeople/board/helper/AdvancedCustomFieldHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
idea-board/trunk/assets/css/idea-board.css
r1496802 r1496925 5 5 overflow: hidden; 6 6 font-family: "Malgun Gothic", "Dotum", "Arial", serif; 7 } 8 9 #idea-board label { 10 cursor: pointer; 7 11 } 8 12 … … 75 79 vertical-align: middle; 76 80 touch-action: manipulation; 77 cursor: pointer;78 81 -webkit-user-select: none; 79 82 -moz-user-select: none; … … 99 102 } 100 103 104 #idea-board input[type="checkbox"] { 105 cursor: pointer; 106 } 107 101 108 #idea-board .idea-board-button, 102 109 #idea-board input[type="submit"] { … … 389 396 color: #fff; 390 397 width: 30%; 398 cursor: pointer; 391 399 } 392 400 … … 395 403 width: 64%; 396 404 background-color: #fff !important; 405 cursor: pointer; 397 406 } 398 407 -
idea-board/trunk/assets/js/idea-board.js
r1496915 r1496925 11 11 }); 12 12 13 $idea_board.find('.NFI-filename').click(function () { 14 $(this).siblings('.NFI-button').find('input').trigger('click'); 15 }); 16 13 17 $('.idea-board-validate').validate(); 14 18 }); -
idea-board/trunk/readme.txt
r1496901 r1496925 3 3 Donate link: http://www.ideapeople.co.kr 4 4 Tags: idea-board,board,게시판,forum 5 Requires at least: 4. 05 Requires at least: 4.4 6 6 Tested up to: 4.6 7 7 Stable tag: 1.0 -
idea-board/trunk/src/ideapeople/board/helper/AdvancedCustomFieldHelper.php
r1496785 r1496925 22 22 23 23 public function add_nonce() { 24 wp_nonce_field( 'input', 'acf_nonce' );24 wp_nonce_field( 'input', 'acf_nonce', false ); 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.