List

Try: ca/tecreations/ViewFile.php


<script>
$('a#tec8_download').attr({target: '_blank', href  : 'https://tecreations.ca/ca/tecreations/tec8.jar'});

$('a#tec8_jars_download').attr({target: '_blank',href  : 'https://tecreations.ca/ca/tecreations/tec8_jars.jar'});

var ctrlDown = false,
    ctrlKey = 17, 
    cmdKey = 91,
    xKey = 88,
    vKey = 86,
    cKey = 67;

$("#comment").bind('cut', function() {
     getCharsRemaining();
});

$("#comment").bind('paste', function() {
     getCharsRemaining();
});
</script>