first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
var $j = jQuery.noConflict();
|
||||
|
||||
$j( document ).ready( function() {
|
||||
"use strict";
|
||||
// Custom select
|
||||
oceanwpCustomSelects();
|
||||
} );
|
||||
|
||||
/* ==============================================
|
||||
CUSTOM SELECT
|
||||
============================================== */
|
||||
function oceanwpCustomSelects() {
|
||||
"use strict"
|
||||
|
||||
$j( oceanwpLocalize.customSelects ).customSelect( {
|
||||
customClass: 'theme-select'
|
||||
} );
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user