Lines 545-551
function mana_comment_close(){
Link Here
|
545 |
|
545 |
|
546 |
function showPredictionPatternTest( data ){ |
546 |
function showPredictionPatternTest( data ){ |
547 |
$("#displayexample").html(data).show(); |
547 |
$("#displayexample").html(data).show(); |
548 |
$("#page_2 > div").attr("class","col-xs-6"); |
548 |
$("#page_2 > div").attr("class","col-sm-6"); |
549 |
} |
549 |
} |
550 |
|
550 |
|
551 |
function hidePredcitionPatternTest(){ |
551 |
function hidePredcitionPatternTest(){ |
552 |
- |
|
|