Skip to content

Commit

Permalink
Merge pull request #863 from ProjectSidewalk/develop
Browse files Browse the repository at this point in the history
v4.0.2
  • Loading branch information
Manaswi Saha authored Jul 11, 2017
2 parents 83cd409 + 963c9f5 commit ac59c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import scalariform.formatter.preferences._

name := """sidewalk-webpage"""

version := "4.0.1"
version := "4.0.2"

scalaVersion := "2.10.4"

Expand Down
2 changes: 1 addition & 1 deletion public/assets/detectUnsupportedBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function hideBrowserVersionAlert(){

document.addEventListener('DOMContentLoaded', function() {

if(!bowser.chrome){
if(!bowser.chrome && !bowser.firefox && !bowser.safari){
document.getElementById("unsupported-browser-alert").style.visibility="visible";
}
}, false);

0 comments on commit ac59c13

Please sign in to comment.