File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 66include_once ($ relPath .'Project.inc ' );
77include_once ($ relPath .'slim_header.inc ' );
88include_once ($ relPath .'Stopwatch.inc ' );
9- include_once ($ relPath .'page_controls.inc ' );
109include_once ($ relPath .'post_files.inc ' );
1110include_once ("./word_freq_table.inc " );
1211
3332 "js_modules " => [
3433 "$ code_url/tools/project_manager/show_word_context.js " ,
3534 ],
36- "js_data " => get_proofreading_interface_data_js () . "
37- var showWordContext = $ details; " ,
35+ "js_data " => "var showWordContext = $ details; " ,
3836
3937 "body_attributes " => 'class="no-margin overflow-hidden" style="height: 100vh; width: 100vw;" ' ,
4038];
Original file line number Diff line number Diff line change 55include_once ($ relPath .'LPage.inc ' );
66include_once ($ relPath .'Project.inc ' );
77include_once ($ relPath .'slim_header.inc ' );
8- include_once ($ relPath .'page_controls.inc ' ); // get_proofreading_interface_data_js()
98include_once ($ relPath .'post_files.inc ' ); // page_info_query()
109include_once ("./word_freq_table.inc " ); // enforce_edit_authorization(), decode_word()
1110
3231 "js_modules " => [
3332 "$ code_url/tools/project_manager/show_word_context.js " ,
3433 ],
35- "js_data " => get_proofreading_interface_data_js () . "
36- var showWordContext = $ details; " ,
37-
34+ "js_data " => "var showWordContext = $ details; " ,
3835 "body_attributes " => 'class="no-margin overflow-hidden" style="height: 100vh; width: 100vw;" ' ,
3936];
4037
You can’t perform that action at this time.
0 commit comments