15 lines
609 B
JavaScript
15 lines
609 B
JavaScript
/**
|
|
* Wpfd
|
|
*
|
|
* We developed this code with our hearts and passion.
|
|
* We hope you found it useful, easy to understand and to customize.
|
|
* Otherwise, please feel free to contact us at contact@joomunited.com *
|
|
* @package WP File Download
|
|
* @copyright Copyright (C) 2013 JoomUnited (http://www.joomunited.com). All rights reserved.
|
|
* @copyright Copyright (C) 2013 Damien Barrère (http://www.crac-design.com). All rights reserved.
|
|
* @license GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html
|
|
*/
|
|
|
|
jQuery(document).ready(function($) {
|
|
$(".slider").slider();
|
|
}); |