open-dash / open-dash-diy

Node.js Open-Dash DIY Solution for internal use only, no external hosting.
GNU Affero General Public License v3.0
16 stars 8 forks source link

Typo for sqaure #16

Closed thehands1 closed 7 years ago

thehands1 commented 7 years ago

In dashboard.js sqaure is typed wrong. I checked all the files and it is the only place.

var showTiles = function() { var tiles = $(".tile, .tile-small, .tile-sqaure, .tile-wide, .tile-large, .tile-big, .tile-super");

patrickstuart commented 7 years ago

thanks, will be fixed in next push

pstuart commented 7 years ago

fixed