Skip to content

Commit b0fa74d

Browse files
committed
v2.0.1
1 parent 9ca3d70 commit b0fa74d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Digital Sandbox
22
_Cross-browser app launcher and device toolbar for showing responsive, mobile first web applications on the web or offline. Powered by [Mochi](#what-is-mochi) and [Bootstrap](http://getbootstrap.com/)._
33

4-
> [**v2.0**](https://github.com/codeworksdev/digital-sandbox/releases/latest)
4+
> [**v2.0.1**](https://github.com/codeworksdev/digital-sandbox/releases/latest)
55
66
The digital sandbox is a portable (i.e., cross-browser) app launcher and device toolbar that allows you to easily display a collection of applications and websites in a [programmable](#api) [iFrame](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) window. It's inspired by Chrome DevTools' [device mode](https://developers.google.com/web/tools/chrome-devtools/device-mode/) feature, but with complete portability (i.e., can be used offline or online in most Internet browsers).
77

dist/frontend/js/onload.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ DigitalSandboxMaster.prototype =
3737
_vars : function()
3838
{
3939
this.ver = {
40-
date : '2018-06-18',
41-
number : '2.0',
40+
date : '2018-07-12',
41+
number : '2.0.1',
4242
product : 'Digital Sandbox',
4343
type : 'stable'
4444
};
@@ -647,7 +647,7 @@ DigitalSandboxApps.prototype =
647647
o.internal = './index.html?' + RegExp.$1;
648648
o.meta = $m.master.getMeta(o.internal).url;
649649
o.external = _.size(o.meta)
650-
? (/^https?:\/\//i.test(o.meta.src) ? o.meta.src : (o.meta.base + o.meta.src))
650+
? (/^https?:\/{2}/i.test(o.meta.src) ? o.meta.src : (o.meta.base + o.meta.src))
651651
: null;
652652

653653
if (

dist/project.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# v1.0 2018-07-11
2+
# v1.0 2018-07-12
33

44
# HTML files should not be included here
55
CACHE:

dist/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
var CACHE = {
44
VERSION : 1.0,
5-
DATE : '2018-07-11',
5+
DATE : '2018-07-12',
66
NAME : 'digital-sandbox-sw-cache-master',
77
LIST : [
88
'./',

0 commit comments

Comments
 (0)