kritbit

kritbit Commit Details


Date:2015-12-14 19:31:15 (9 years 7 days ago)
Author:Natalie Adams
Branch:master
Commit:28a978ebaf4c1ac804a56b7144c33d6aa03255bd
Parents: 514016c0e9242fb8825e7452212a1baed3efd3ca
Message:adding prevent default

Changes:

File differences

web/application/views/add.html
107107
108108
109109
110
110111
111112
112113
<script type="text/javascript">
$(function () {
$('#dropdown1 li').on('click', function(){
$(this).preventDefault();
$("#runType").val($(this).data("type"));
$("#selectedType").text($(this).text());
//$('#datebox').val($(this).text());

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05516s using 14 queries.