It's togglable, not toggleable
ref: http://en.wiktionary.org/wiki/togglable
This commit is contained in:
@@ -293,7 +293,7 @@ $(document).ready(function() {
|
||||
$('#' + toggled[i]).toggleClass('active').find('ul').hide();
|
||||
}
|
||||
|
||||
$('.toggleable').find('a').not('ul li ul li a').click(function() {
|
||||
$('.togglable').find('a').not('ul li ul li a').click(function() {
|
||||
var id = $(this).parent().attr('id');
|
||||
|
||||
// toggle
|
||||
|
||||
Reference in New Issue
Block a user