mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 10:14:10 -05:00
@@ -1,7 +1,7 @@
|
||||
$(document).ready ->
|
||||
# Screen dimensions.
|
||||
screenWidth = window.screen.availWidth
|
||||
screenHeight = window.screen.availHeight
|
||||
screenWidth = window.screen.width
|
||||
screenHeight = window.screen.height
|
||||
|
||||
# Wallpaper color attributes.
|
||||
foregroundColor = 'ce3838'
|
||||
|
||||
Reference in New Issue
Block a user