Skip to content

Commit

Permalink
Fixed bugs #94, #99
Browse files Browse the repository at this point in the history
  • Loading branch information
glebovpavel committed Mar 23, 2021
1 parent 75e797e commit 5ffb6f0
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 192 deletions.
11 changes: 1 addition & 10 deletions IG2MSEXCEL.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,16 +299,7 @@ function getRows(iGrid,propertiesFromPlugin,callback,fileName,pathIn) {
var model = gridView.model;
var config; //requirejs config
var packages; // requirejs config.packages
var path=$("script[src$='IG2MSEXCEL.js']").attr("src").replace('IG2MSEXCEL.js','');
var localPath;

if(path.charAt(0) === "/") {
path = document.location.origin + path;
} else {
var localPath = document.location.origin + document.location.pathname;
localPath = localPath.replace(/f$/, '');
path = localPath + path;
}
var path=$("SCRIPT[src*='IG2MSEXCEL']")[0].src.replace('IG2MSEXCEL.js','');

function showCountInSpinner(cnt) {
// concept - functionality
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here's a link to the [main project page + demo](http://glebovpavel.github.io/Des

## Current Version

Version 3.26
Version 3.27

## License

Expand Down
Loading

0 comments on commit 5ffb6f0

Please sign in to comment.