10 lines
176 B
JavaScript
10 lines
176 B
JavaScript
/*
|
|
Template Name: Zoogler - Bootstrap 4 Admin Dashboard
|
|
Author: Mannatthemes
|
|
Website: www.mannatthemes.com
|
|
File: knob.init js
|
|
*/
|
|
|
|
$(function() {
|
|
$(".knob").knob();
|
|
}); |