10 lines
120 B
JavaScript
10 lines
120 B
JavaScript
'use strict'
|
|
|
|
import $ from 'jquery'
|
|
|
|
module.exports = (alerts, socket) => {
|
|
if ($('#page-type-all').length) {
|
|
|
|
}
|
|
}
|