8 lines
126 B
JavaScript
Executable File
8 lines
126 B
JavaScript
Executable File
$(function() {
|
|
"use strict";
|
|
|
|
new PerfectScrollbar('.chat-list');
|
|
new PerfectScrollbar('.chat-content');
|
|
|
|
|
|
}); |