I don't like the expand_or_collapse feature in 0.8.8. Anyone knows how to disable it?
I also want to disable this, can someone clarify how?
Edit file application/layouts/inlinejs.php
Remove this code
$(function() { $(".header").click( function(e){ expand_or_collapse(this.parentNode,'content','fast','fast'); e.stopPropagation(); });}); $(function() { $(".header .complete").click( function(){ expand_or_collapse(this.parentNode,'content','fast','slow'); e.stopPropagation(); });});
$(function() { $(".header .complete").click( function(){ expand_or_collapse(this.parentNode,'content','fast','slow'); e.stopPropagation(); });});
I also want to disable this, can someone clarify how?
Edit file application/layouts/inlinejs.php
Remove this code
$(function() { $(".header").click(function(e){
expand_or_collapse(this.parentNode,'content','fast','fast');
e.stopPropagation();
});
});
$(function() { $(".header .complete").click(
function(){
expand_or_collapse(this.parentNode,'content','fast','slow');
e.stopPropagation();
});
});