File tree Expand file tree Collapse file tree
media/quantumuploadimage/js Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <authorEmail >cymbal@delo-design.ru</authorEmail >
99 <copyright >Copyright (C) 2020 "JPath". All rights reserved.</copyright >
1010 <license >GPL v3</license >
11- <version >1.2.2 </version >
11+ <version >1.3.1 </version >
1212 <description >Library fields.</description >
1313
1414 <updateservers >
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function initQuantumuploadimage(container) {
7373 }
7474
7575 buttonChange . addEventListener ( 'click' , function ( ev ) {
76- let url = this . getAttribute ( 'data-source-href ') + '&fieldid=' + input . getAttribute ( 'id' ) ;
76+ let url = QuantumUtils . getFullUrl ( '/administrator/index.php?option=com_quantummanager&tmpl=component&layout=modal&namespace=quantumuploadimage ') + '&fieldid=' + input . getAttribute ( 'id' ) ;
7777 if ( input . value !== '' ) {
7878 let paths = input . value . split ( '/' ) ;
7979 paths . pop ( ) ;
You can’t perform that action at this time.
0 commit comments