Plugin Directory

Changeset 585129


Ignore:
Timestamp:
08/14/2012 01:00:39 AM (14 years ago)
Author:
maxxsnake
Message:

Added jquery call.

Location:
advanced-real-estate-mortgage-calculator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-real-estate-mortgage-calculator/trunk/advanced-real-estate-mortgage-calculator.php

    r585128 r585129  
    44Plugin URI: http://livelakeaustin.com/advanced-real-estate-mortgage-calculator
    55Description: Advanced Real Estate Mortgage Calculator is an easy-to-use financial calculator and a great tool for real estate websites. Quickly calculates monthly payment from sales price, down payment, and interest rate & length of loan - or, enter the desired monthly payment to calculate sales price - all on the same form.
    6 Version: 1.1.5
     6Version: 1.1.6
    77Author: Josh Davis
    88Author URI: http://josh.isthecatsmeow.com/
     
    2828    wp_register_script( 'aremc', plugins_url('advanced-real-estate-mortgage-calculator.js', __FILE__) );
    2929    wp_enqueue_script( 'aremc' );
     30    wp_enqueue_script( 'jquery' );
    3031    wp_register_script( 'jquery-cookie', plugins_url('jquery.cookie.js', __FILE__) );
    31     wp_enqueue_script( 'jquery-cookie' );
     32    wp_enqueue_script( 'jquery-cookie', array('jquery') );
    3233    wp_register_style( 'aremc-style', plugins_url('style.css', __FILE__) );
    3334    wp_enqueue_style( 'aremc-style' );
  • advanced-real-estate-mortgage-calculator/trunk/readme.txt

    r580104 r585129  
    3636== Changelog ==
    3737
     38= 1.6 =
     39* Added jQuery library.
     40
    3841= 1.1 =
    3942* Added options to choose default values.
Note: See TracChangeset for help on using the changeset viewer.