get headroom from bower
This commit is contained in:
parent
77e3111ad1
commit
27c3bdc042
58 changed files with 1224 additions and 3803 deletions
3
dashboard-ui/cordova/imagestore.js
vendored
3
dashboard-ui/cordova/imagestore.js
vendored
|
@ -55,7 +55,6 @@
|
|||
if ($.browser.safari) {
|
||||
|
||||
// Use the embedded server for iOS8, and also if we don't know the iOS version, just to be safe
|
||||
//if (($.browser.iOSVersion || 0) < 9) {
|
||||
var index = url.indexOf('/Documents');
|
||||
if (index != -1) {
|
||||
return url.substring(index);
|
||||
|
@ -63,8 +62,6 @@
|
|||
else {
|
||||
return url.replace('file://', '');
|
||||
}
|
||||
|
||||
//}
|
||||
}
|
||||
return url;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue