mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
fix line length
This commit is contained in:
parent
4028928537
commit
be5da79d15
|
@ -96,7 +96,8 @@ CLASS lcl_gui_page_debuginfo IMPLEMENTATION.
|
|||
|
||||
CREATE OBJECT ro_html.
|
||||
|
||||
ro_html->add( 'debugOutput("Browser: " + navigator.userAgent + "<br>Frontend time: " + new Date(), "debug_info");' ).
|
||||
ro_html->add( 'debugOutput("Browser: " + navigator.userAgent + ' &&
|
||||
'"<br>Frontend time: " + new Date(), "debug_info");' ).
|
||||
|
||||
ENDMETHOD. "scripts
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user