Browse Source

Fix white page bug in journal

Hooded Silence 1 year ago
parent
commit
a4d9190f59
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/emp_functions.qsrc

+ 2 - 2
locations/emp_functions.qsrc

@@ -454,9 +454,9 @@ if $ARGS[0] = 'del_evt':
 					killvar '$evt_media', evt_idx
 					killvar '$evt_desc', evt_idx
 
-					act 'Return': gt 'emp_functions', 'init'
+					act 'Return': gs 'journal_work', 'start'
 				end 	 
-				act 'Cancel': gt 'emp_functions', 'init'
+				act 'Cancel': gs 'journal_work', 'start'
 			end
 		else
 			'<<evt_idx>> - Invalid record - please check your index'