kritbit

kritbit Commit Details


Date:2015-12-15 21:23:40 (9 years 6 days ago)
Author:Natalie Adams
Branch:master
Commit:2e0db2772a98e70f6d585381f1a36ac299a9c3de
Parents: ac9c91730a2061c3261962db296539ecde42e154
Message:Fixing javascript confirm for delete

Changes:

File differences

web/application/views/main.html
4343
4444
4545
46
47
48
46
47
48
49
50
4951
50
5152
5253
5354
<script type="text/javascript">
$(function () {
$('.btn-delete').confirm({
title: 'Confirm',
content: "Are you sure you want to delete this job?"
$('.btn-delete').each(function () {
$(this).confirm({
title: 'Confirm',
content: "Are you sure you want to delete this job?"
});
});
});
</script>

Archive Download the corresponding diff file

Branches

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