Indefinite page reloads with process steps

1 reply · opened Dec 4, 2017

MMikomarDec 4, 2017

Hi,

I'm trying to use the process steps feature but the commented line in the following script section causes the page to reload indefinitely.


    $(function() {
        //$( "#processTabs" ).tabs({ show: { effect: "fade", duration: 400 } });
        $( ".tab-linker" ).click(function() {
            $( "#processTabs" ).tabs("option", "active", $(this).attr('rel') - 1);
            return false;
        });
    });

Any idea?

Thanks,
Mickael

SSemicolon WebSTAFFDec 4, 2017

Hello,

Can you please provide us with a Live URL so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard