Initial twiddle mechanics.
This commit is contained in:
@@ -95,4 +95,12 @@ $(function(){
|
||||
var format = $('#guides .write select[name=format] option:selected').attr('value')
|
||||
Gollum.enclose(el, 'gollum', 'image')
|
||||
})
|
||||
|
||||
$('#editbar .tab a').click(function() {
|
||||
if ($(this).hasClass("open")) {
|
||||
$(this).removeClass("open")
|
||||
} else {
|
||||
$(this).addClass("open")
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user