move enhancement of links into utils

This commit is contained in:
rolux 2011-10-27 18:47:52 +00:00
commit 30db2b8b63
4 changed files with 26 additions and 31 deletions

View file

@ -109,7 +109,7 @@ window.onerror = function(error, url, line) {
gradient.style.background = theme == 'classic'
? '-webkit-linear-gradient(top, rgba(224, 224, 224, 0.75), rgba(224, 224, 224, 1), rgba(224, 224, 224, 1))'
: '-webkit-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1))';
loadingScreen = document.createElement('div');
var loadingScreen = document.createElement('div');
loadingScreen.setAttribute('id', 'loadingScreen');
loadingScreen.className = 'OxScreen';
loadingScreen.style.position = 'absolute';