all.js 120 B

123456789
  1. 'use strict'
  2. import $ from 'jquery'
  3. module.exports = (alerts, socket) => {
  4. if ($('#page-type-all').length) {
  5. }
  6. }