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