Project

General

Profile

« Previous | Next » 

Revision aaef5a5d

Added by Ohad Levy over 7 years ago

refs #14688 - updated corret meta tag name and missing whitespace.

View differences:

webpack/assets/javascripts/react_app/stores/HostsStore.js
}
// workaround for max listeners
maxListers(selector = 'meta[name=pagination-per-page]') {
maxListers(selector = 'meta[name=itemsPerPage]') {
const element = document.querySelector(selector);
if (element && element.content) {

Also available in: Unified diff