Skip to content

Commit

Permalink
CI run 430 pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 12, 2024
1 parent 34d7d36 commit e9cf72c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/stable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dwv-jqmobile",
"version": "0.8.0",
"version": "0.8.1",
"description": "Medical viewer using DWV (DICOM Web Viewer) and jQuery Mobile.",
"keywords": [
"DICOM",
Expand Down
2 changes: 1 addition & 1 deletion demo/stable/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://developers.google.com/web/fundamentals/primers/service-workers/
// chrome: chrome://inspect/#service-workers

var CACHE_NAME = 'dwv-jqmobile-cache_v0.8.0';
var CACHE_NAME = 'dwv-jqmobile-cache_v0.8.1';
var urlsToCache = [
'./',
'./index.html',
Expand Down
2 changes: 1 addition & 1 deletion demo/stable/src/applauncher.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function startApp() {
dwvjq.i18n.translatePage();

// show dwv version
dwvjq.gui.appendVersionHtml('0.8.0');
dwvjq.gui.appendVersionHtml('0.8.1');

// application options
var filterList = ['Threshold', 'Sharpen', 'Sobel'];
Expand Down
4 changes: 4 additions & 0 deletions demo/stable/src/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ dwvjq.google.getAuthorizedCallback = function (callback) {
{
name: 'Authorization',
value: 'Bearer ' + gapi.auth.getToken().access_token
},
{
name: 'Accept',
value: 'application/dicom'
}
]
});
Expand Down

0 comments on commit e9cf72c

Please sign in to comment.