Fix Javascript and LPR shell command
This commit is contained in:
parent
cdc94d2db7
commit
470d7c09ef
2 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
|
||||
var url = OC.generateUrl('/apps/printer/printfile'),
|
||||
data = {source: fileInfo.getFullPath(), orientation: orientation},
|
||||
data = {sourcefile: fileInfo.getFullPath(), orientation: orientation},
|
||||
_self = this;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue