Changeset 2373583
- Timestamp:
- 09/02/2020 06:14:54 AM (6 years ago)
- Location:
- wha-puzzle/trunk
- Files:
-
- 3 edited
-
js/puzzle.js (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wha-puzzle.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wha-puzzle/trunk/js/puzzle.js
r2372426 r2373583 284 284 } 285 285 286 if ( $('#modal_form .wrapper-inner').height() > 250 && 287 $('#modal_form .wrapper-inner iframe').length === 0) { 286 if ( $('#modal_form .wrapper-inner').height() > 250 && $('#modal_form .wrapper-inner iframe').length === 0) { 288 287 289 288 $('#modal_form .wrapper-inner').css({'overflowY':'scroll','maxHeight':'250px'}) … … 532 531 }; 533 532 534 535 /**536 * Fix iframe popup congratulations537 */538 window.onload = function(){539 540 //$('#modal_form .wrapper-inner iframe').css({'height':'250px !important','width':'100% !important'});541 // jQuery('#modal_form .wrapper-inner iframe').css('height', '250px');542 // jQuery('#modal_form .wrapper-inner iframe').css('width', '100%');543 544 545 }546 547 548 549 550 551 552 533 } 553 534 -
wha-puzzle/trunk/readme.txt
r2370359 r2373583 2 2 === Puzzles game === 3 3 Contributors: webhelpagency 4 Version: 1.0. 74 Version: 1.0.8 5 5 Donate link: http://webhelpagency.com/ 6 6 Tags: crossword, game, mind, puzzles -
wha-puzzle/trunk/wha-puzzle.php
r2372426 r2373583 4 4 * Plugin Name: WHA Puzzle 5 5 * Description: The plugin puzzle. 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Author: WHA 8 8 * Author URI: http://webhelpagency.com/ … … 240 240 <h4>'.__('Your time','whapz_puzzle').': <span class="whapz-used-minutes"></span>:<span class="whapz-used-second"></span></h4> 241 241 <div class="wrapper-inner" style="min-height:100px;width:100%;"> 242 '. get_post_meta($id, 'whapz_option_congratulations', true).242 '. do_shortcode(''.get_post_meta($id, 'whapz_option_congratulations', true).''). 243 243 '</div> 244 244 <p>
Note: See TracChangeset
for help on using the changeset viewer.