Skip to content

Commit

Permalink
lock
Browse files Browse the repository at this point in the history
  • Loading branch information
logaras committed Oct 25, 2011
1 parent b95be03 commit bd57cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WEB-INF/friends.html
Expand Up @@ -95,11 +95,11 @@
}

function pub_message_notification(name, msg) {
$.jGrowl(msg, { theme: 'pub-status-jgrowl', position: "bottom-right", header: + name, life:10000});
$.jGrowl(msg, { theme: 'pub-status-jgrowl', position: "bottom-right", header: name, life:10000});
}

function pri_message_notification(name, msg) {
$.jGrowl(msg, { theme: 'pri-status-jgrowl', position: "bottom-right", header: + name , life:10000});
$.jGrowl(msg, { theme: 'pri-status-jgrowl', position: "bottom-right", header: name , life:10000});
}

function start_polling(reqID, url, redirect_callback) {
Expand Down
Binary file added WEB-INF/site_media/images/lock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions WEB-INF/site_media/stylesheets/jquery.jgrowl.css
Expand Up @@ -75,6 +75,7 @@ div.jGrowl.center {

.pri-status-jgrowl{
background-color: #ff9900 !important;
background-image: url('../images/lock.png');
}

.pub-status-jgrowl{
Expand Down

0 comments on commit bd57cfe

Please sign in to comment.