Page MenuHomePhabricator

Migrate inline JS to appropriate script files in WikiForum
Open, Needs TriagePublic

Description

git grep onclick
WikiForumGui.php: $output .= ' <input type="button" value="' . wfMessage( 'cancel' )->escaped() . '" accesskey="c" onclick="javascript:history.back();" title="' . wfMessage( 'cancel' ) ->escaped(). ' [c]" />';
WikiForumGui.php: <input type="button" value="' . wfMessage( 'cancel' )->text() . '" accesskey="c" onclick="javascript:history.back();" title="' . wfMessage( 'cancel' )->text() . ' [c]" />