1
0
Fork 0

Remove paragraph from dev dialog

It lies now.

* src/client/debug/ClientDebugDialog.js (_createDialog): Remove paragraph.  Adjust case
    on keybinding text.
master
Mike Gerwitz 2017-11-08 11:56:24 -05:00
parent e1db46ad9e
commit f7a320b58c
1 changed files with 1 additions and 5 deletions

View File

@ -182,14 +182,10 @@ module.exports = Class( 'ClientDebugDialog' )
this._showSidebarWarning();
return $( '<div>' )
.append( $( '<p>' ).text(
"Everything in this dialog can be done via the console. " +
"This simply exists to make life easier."
) )
.append( $( '<p>' ).html(
"<strong>To view this dialog:</strong> " +
"one can use the key combination " +
"<samp>CTRL+SHIFT+D</samp>, or <code>getProgramDebug()" +
"<samp>Ctrl+Shift+D</samp>, or <code>getProgramDebug()" +
".toggle()</code> from the console. The latter may " +
"also be used even if the user is not logged in internally."
) )