PressForward / pressforward

PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web.
GNU Affero General Public License v3.0
120 stars 22 forks source link

Refreshing Nominated page with single-item hash results in #topundefined #1155

Closed boonebgorges closed 1 year ago

boonebgorges commented 1 year ago

There's some interference from the settings-tools.js JS.

boonebgorges commented 1 year ago

Ideally we would only load the scripts on the panels where they're needed, rather than the broad check_hook_for_pressforward_string(), which basically loads them everywhere. But this is a harder task.

96e3e3c fixes the immediate problem.