clean out the installClose action as we no longer use that

This commit is contained in:
Bryan Clark 2010-12-08 17:47:22 -08:00
Родитель 0f952b4eee
Коммит 2eafce0744
2 изменённых файлов: 0 добавлений и 21 удалений

Просмотреть файл

@ -62,10 +62,6 @@ require.def(['require', 'jquery', 'hashDispatch'],
}
$('body')
.delegate('#installClose', 'click', function (evt) {
//Allow closing the installed area thing.
$('#installed').fadeOut(500);
})
.delegate('#firefox', 'click', function (evt) {
location = 'http://getfirefox.com';
});

Просмотреть файл

@ -105,23 +105,6 @@ strong {
margin: -1px 4px 0 0;
}
#installClose {
text-align: center;
font-size: 12px;
z-index: 101;
}
a#installClose {
cursor: pointer;
color: #ff5959;
float: right;
}
a#installClose:hover {
text-decoration: none;
color: red;
}
#shareArrow {
position: fixed;
top: 0;