Skip to content

Commit

Permalink
remove logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul committed Oct 31, 2024
1 parent 4682ef2 commit 2fb656c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "4.14.0",
"version": "4.15.0",
"bugs": "https://github.com/jspreadsheet/ce/issues",
"homepage": "https://github.com/jspreadsheet/ce",
"download": "https://github.com/jspreadsheet/ce/archive/master.zip",
Expand Down
12 changes: 2 additions & 10 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (! formula && typeof(require) === 'function') {
// Information
var info = {
title: 'Jspreadsheet',
version: '4.14.0',
version: '4.15.0',
type: 'CE',
host: 'https://bossanova.uk/jspreadsheet',
license: 'MIT',
Expand Down Expand Up @@ -691,15 +691,7 @@ if (! formula && typeof(require) === 'function') {
ads.setAttribute('href', 'https://bossanova.uk/jspreadsheet/');
obj.ads = document.createElement('div');
obj.ads.className = 'jexcel_about';
try {
if (typeof(sessionStorage) !== "undefined" && ! sessionStorage.getItem('jexcel')) {
sessionStorage.setItem('jexcel', true);
var img = document.createElement('img');
img.src = '//bossanova.uk/jspreadsheet/logo.png';
ads.appendChild(img);
}
} catch (exception) {
}

var span = document.createElement('span');
span.innerHTML = 'Jspreadsheet CE';
ads.appendChild(span);
Expand Down

0 comments on commit 2fb656c

Please sign in to comment.