Skip to content

Commit

Permalink
#30 Add workID to request
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Nguyen committed Feb 1, 2024
1 parent 4330216 commit 75e70b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controller/window/SingleWindowController.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ Ext.define('EdiromOnline.controller.window.SingleWindowController', {
win.initialized = true;

window.doAJAXRequest('data/xql/getLinkTarget.xql',
'POST',
'POST',
{
uri: win.uri,
workId: this.application.activeWork,
lang: lang
},
Ext.bind(function(response){
Expand Down

0 comments on commit 75e70b0

Please sign in to comment.