Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
few bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex committed Jul 18, 2010
1 parent 6fad14a commit f078334
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Expand Up @@ -6,7 +6,8 @@ Version 0.3.2
Peco Danajlovski <vortexmk@gmail.com>
* Fixed the issue with edit today topic
* Error message when twitter fails to respond
* Introducing twitter's @anywhere script
* Introduced twitter's @anywhere script
* Some bugfixes

17.07.2010
==========
Expand Down
3 changes: 2 additions & 1 deletion app/views/configurations/_edit_today_topic.html.haml
@@ -1,4 +1,5 @@
- if current_user && (current_user.screen_name == '140mk')
= in_place_editor_for configuration, :today_topic
- else
= configuration.today_topic
- tag = Tag.find_by_name(configuration.today_topic.delete('#'))
= link_to "#{configuration.today_topic}", tag_path(tag), :target => 'blank'
3 changes: 3 additions & 0 deletions public/javascripts/application.js
Expand Up @@ -283,6 +283,9 @@ function closeOverlays() {
function reBindOverlays() {
// console.log('Overlay rebind');
overlayObject = $("a.modalInput").overlay(overlayOptions);
twttr.anywhere(function(twitter) {
twitter.hovercards();
});
}

function getCookies() {
Expand Down

0 comments on commit f078334

Please sign in to comment.