15 lines
282 B
JavaScript
15 lines
282 B
JavaScript
'use strict';
|
|
// Author: AdminDesigns.com
|
|
//
|
|
// This file is reserved for changes made by the use.
|
|
// Always seperate your work from the theme. It makes
|
|
// modifications, and future theme updates much easier
|
|
//
|
|
|
|
(function($) {
|
|
|
|
// Place custom scripts here
|
|
|
|
})(jQuery);
|
|
|