first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 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();
|
||||
});
|
||||
Reference in New Issue
Block a user