Skip to content

Commit

Permalink
Fixing broken qTips for the new Firefox and Chrome (global var needed…
Browse files Browse the repository at this point in the history
… to be declared)
  • Loading branch information
rvenable committed May 31, 2011
1 parent c72efc5 commit e1f4b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trunk/includes/js/biblefox-blog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*global jQuery, bfox_blog_iframe_select_change: true */
'use strict';

var bfox_blog_iframe_select_change;

// For when bfox translation iframe selects change to update their iframe
bfox_blog_iframe_select_change = function () {
var option, date;
Expand Down

0 comments on commit e1f4b2f

Please sign in to comment.