How to disable ajax loading
-
how to disable ajax loading next and previous month ??
tried to replace month.php
$html = '<a data-month="'. $date .'" href="' . $url . '" rel="prev">? '. $text .' </a>';';
with
$html = '<a href="' . $url . '" >? '. $text .' </a>';';
but its not loading anything
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to disable ajax loading’ is closed to new replies.