Skip to content

Commit

Permalink
Task:UserTemplates fixing the beezHide Chrome issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AshanFernando committed Sep 23, 2013
1 parent 609cd28 commit 8870af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/beez3/javascript/hide.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jQuery(function($) {

function auf(key) {
var $ = jQuery.noConflict();
var $el = $(key);
var $el = $('#' + key);

if (!$el.is(':visible')) {
$el.show();
Expand Down

0 comments on commit 8870af4

Please sign in to comment.