Skip to content

Commit 2fb656c

Browse files
author
Paul
committed
remove logo
1 parent 4682ef2 commit 2fb656c

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"main": "dist/index.js",
7777
"types": "dist/index.d.ts",
78-
"version": "4.14.0",
78+
"version": "4.15.0",
7979
"bugs": "https://github.com/jspreadsheet/ce/issues",
8080
"homepage": "https://github.com/jspreadsheet/ce",
8181
"download": "https://github.com/jspreadsheet/ce/archive/master.zip",

src/index.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (! formula && typeof(require) === 'function') {
2424
// Information
2525
var info = {
2626
title: 'Jspreadsheet',
27-
version: '4.14.0',
27+
version: '4.15.0',
2828
type: 'CE',
2929
host: 'https://bossanova.uk/jspreadsheet',
3030
license: 'MIT',
@@ -691,15 +691,7 @@ if (! formula && typeof(require) === 'function') {
691691
ads.setAttribute('href', 'https://bossanova.uk/jspreadsheet/');
692692
obj.ads = document.createElement('div');
693693
obj.ads.className = 'jexcel_about';
694-
try {
695-
if (typeof(sessionStorage) !== "undefined" && ! sessionStorage.getItem('jexcel')) {
696-
sessionStorage.setItem('jexcel', true);
697-
var img = document.createElement('img');
698-
img.src = '//bossanova.uk/jspreadsheet/logo.png';
699-
ads.appendChild(img);
700-
}
701-
} catch (exception) {
702-
}
694+
703695
var span = document.createElement('span');
704696
span.innerHTML = 'Jspreadsheet CE';
705697
ads.appendChild(span);

0 commit comments

Comments
 (0)