@@ -331,7 +331,7 @@ var KTApp = function() {
331
331
// Initialize KTApp class on document ready
332
332
$ ( document ) . ready ( function ( ) {
333
333
KTApp . init ( KTAppOptions ) ;
334
- } ) ;
334
+ } ) ;
335
335
"use strict" ;
336
336
/**
337
337
* @class KTUtil base utilize class that privides helper functions
@@ -1894,7 +1894,7 @@ KTUtil.ready(function() {
1894
1894
// CSS3 Transitions only after page load(.kt-page-loading class added to body tag and remove with JS on page load)
1895
1895
window . onload = function ( ) {
1896
1896
KTUtil . removeClass ( KTUtil . get ( 'body' ) , 'kt-page--loading' ) ;
1897
- }
1897
+ }
1898
1898
// plugin setup
1899
1899
var KTAvatar = function ( elementId , options ) {
1900
1900
// Main object
@@ -2045,7 +2045,7 @@ var KTAvatar = function(elementId, options) {
2045
2045
Plugin . construct . apply ( the , [ options ] ) ;
2046
2046
2047
2047
return the ;
2048
- } ;
2048
+ } ;
2049
2049
"use strict" ;
2050
2050
2051
2051
// plugin setup
@@ -2227,7 +2227,7 @@ var KTDialog = function(options) {
2227
2227
Plugin . construct . apply ( the , [ options ] ) ;
2228
2228
2229
2229
return the ;
2230
- } ;
2230
+ } ;
2231
2231
"use strict" ;
2232
2232
var KTHeader = function ( elementId , options ) {
2233
2233
// Main object
@@ -2425,7 +2425,7 @@ var KTHeader = function(elementId, options) {
2425
2425
2426
2426
// Return plugin instance
2427
2427
return the ;
2428
- } ;
2428
+ } ;
2429
2429
"use strict" ;
2430
2430
var KTMenu = function ( elementId , options ) {
2431
2431
// Main object
@@ -3273,7 +3273,7 @@ document.addEventListener("click", function (e) {
3273
3273
}
3274
3274
}
3275
3275
}
3276
- } ) ;
3276
+ } ) ;
3277
3277
"use strict" ;
3278
3278
var KTOffcanvas = function ( elementId , options ) {
3279
3279
// Main object
@@ -3537,7 +3537,7 @@ var KTOffcanvas = function(elementId, options) {
3537
3537
3538
3538
// Return plugin instance
3539
3539
return the ;
3540
- } ;
3540
+ } ;
3541
3541
"use strict" ;
3542
3542
// plugin setup
3543
3543
var KTPortlet = function ( elementId , options ) {
@@ -4183,7 +4183,7 @@ var KTPortlet = function(elementId, options) {
4183
4183
Plugin . construct . apply ( the , [ options ] ) ;
4184
4184
4185
4185
return the ;
4186
- } ;
4186
+ } ;
4187
4187
"use strict" ;
4188
4188
var KTScrolltop = function ( elementId , options ) {
4189
4189
// Main object
@@ -4355,7 +4355,7 @@ var KTScrolltop = function(elementId, options) {
4355
4355
4356
4356
// Return plugin instance
4357
4357
return the ;
4358
- } ;
4358
+ } ;
4359
4359
"use strict" ;
4360
4360
4361
4361
// plugin setup
@@ -4580,7 +4580,7 @@ var KTToggle = function(elementId, options) {
4580
4580
Plugin . construct . apply ( the , [ options ] ) ;
4581
4581
4582
4582
return the ;
4583
- } ;
4583
+ } ;
4584
4584
// plugin setup
4585
4585
var KTWizard = function ( elementId , options ) {
4586
4586
// Main object
@@ -5027,7 +5027,7 @@ var KTWizard = function(elementId, options) {
5027
5027
Plugin . construct . apply ( the , [ options ] ) ;
5028
5028
5029
5029
return the ;
5030
- } ;
5030
+ } ;
5031
5031
'use strict' ;
5032
5032
( function ( $ ) {
5033
5033
@@ -8516,7 +8516,7 @@ var KTWizard = function(elementId, options) {
8516
8516
extensions : { } ,
8517
8517
} ;
8518
8518
8519
- } ( jQuery ) ) ;
8519
+ } ( jQuery ) ) ;
8520
8520
"use strict" ;
8521
8521
( function ( $ ) {
8522
8522
@@ -8766,7 +8766,7 @@ var KTWizard = function(elementId, options) {
8766
8766
} ,
8767
8767
} ;
8768
8768
8769
- } ( jQuery ) ) ;
8769
+ } ( jQuery ) ) ;
8770
8770
var defaults = {
8771
8771
layout : {
8772
8772
icons : {
@@ -8798,7 +8798,7 @@ if (KTUtil.isRTL()) {
8798
8798
}
8799
8799
}
8800
8800
8801
- $ . extend ( true , $ . fn . KTDatatable . defaults , defaults ) ;
8801
+ $ . extend ( true , $ . fn . KTDatatable . defaults , defaults ) ;
8802
8802
"use strict" ;
8803
8803
8804
8804
// Class definition
@@ -8967,7 +8967,7 @@ var KTChat = function () {
8967
8967
8968
8968
KTUtil . ready ( function ( ) {
8969
8969
KTChat . init ( ) ;
8970
- } ) ;
8970
+ } ) ;
8971
8971
"use strict" ;
8972
8972
8973
8973
var KTDemoPanel = function ( ) {
@@ -9036,7 +9036,7 @@ var KTDemoPanel = function() {
9036
9036
9037
9037
$ ( document ) . ready ( function ( ) {
9038
9038
KTDemoPanel . init ( ) ;
9039
- } ) ;
9039
+ } ) ;
9040
9040
"use strict" ;
9041
9041
9042
9042
var KTOffcanvasPanel = function ( ) {
@@ -9181,7 +9181,7 @@ var KTOffcanvasPanel = function() {
9181
9181
9182
9182
$ ( document ) . ready ( function ( ) {
9183
9183
KTOffcanvasPanel . init ( ) ;
9184
- } ) ;
9184
+ } ) ;
9185
9185
"use strict" ;
9186
9186
9187
9187
var KTQuickPanel = function ( ) {
@@ -9263,7 +9263,7 @@ var KTQuickPanel = function() {
9263
9263
9264
9264
$ ( document ) . ready ( function ( ) {
9265
9265
KTQuickPanel . init ( ) ;
9266
- } ) ;
9266
+ } ) ;
9267
9267
"use strict" ;
9268
9268
9269
9269
var KTQuickSearch = function ( ) {
@@ -9439,7 +9439,7 @@ $(document).ready(function() {
9439
9439
if ( KTUtil . get ( 'kt_quick_search_inline' ) ) {
9440
9440
KTQuickSearchMobile ( ) . init ( KTUtil . get ( 'kt_quick_search_inline' ) ) ;
9441
9441
}
9442
- } ) ;
9442
+ } ) ;
9443
9443
"use strict" ;
9444
9444
9445
9445
var KTLayout = function ( ) {
0 commit comments