8 lines
131 B
JavaScript
Executable File
8 lines
131 B
JavaScript
Executable File
$(function() {
|
|
"use strict";
|
|
|
|
new PerfectScrollbar('.email-navigation');
|
|
new PerfectScrollbar('.email-list');
|
|
|
|
|
|
}); |