Skip to content

Commit

Permalink
Fix JSHint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Sep 19, 2020
1 parent f520e51 commit ede436d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ if ( window.MSApp ) {
$( document )
.one( "deviceready", function() {
/** Replace window.open with InAppBrowser if available */
if (window.cordova && window.cordova.InAppBrowser) {
if ( window.cordova && window.cordova.InAppBrowser ) {
window.open = window.cordova.InAppBrowser.open;
}

Expand Down

0 comments on commit ede436d

Please sign in to comment.