Browse Source

fixes popup example

Former-commit-id: 749f28eb7e
Former-commit-id: 5f54935202
pull/258/head
jlukic 11 years ago
parent
commit
10f74fd3d3
1 changed files with 3 additions and 3 deletions
  1. 6
      node/src/files/javascript/popup.js

6
node/src/files/javascript/popup.js

@ -4,8 +4,8 @@ semantic.accordion = {};
semantic.accordion.ready = function() {
// selector cache
var
$popup = $('.example .question.icon'),
var
$popup = $('.example .help.icon'),
// alias
handler
;
@ -16,7 +16,7 @@ semantic.accordion.ready = function() {
}
})
;
};

Loading…
Cancel
Save