Changeset 83
- Timestamp:
- 12/31/10 23:34:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodeshooter/trunk/index.html
r81 r83 76 76 77 77 var x = (screen.width - logoimg.width) / 2; 78 var y = 0;78 var y = -1 - logoimg.height; 79 79 var titlePos = screen.height / 2 - logoimg.height / 2; 80 80 titleIntervalId = setInterval(function() {
Note: See TracChangeset
for help on using the changeset viewer.