mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 08:52:15 +00:00
Add bootstrap and jquery to gulp build
Currently we aren't using gulp-sass, but we are making use of the JS concat
This commit is contained in:
@@ -47,7 +47,7 @@ $('#item-table').on('click', '.item-add', function () {
|
||||
$('#item_quantity').val('');
|
||||
$('#item_cost').val('');
|
||||
|
||||
$($(this).data('target')).modal('show');
|
||||
$($(this).data('target'));
|
||||
});
|
||||
|
||||
$('#item-table').on('click', '.item-edit', function () {
|
||||
@@ -62,7 +62,7 @@ $('#item-table').on('click', '.item-edit', function () {
|
||||
$('#item_quantity').val(fields.quantity);
|
||||
$('#item_cost').val(fields.cost);
|
||||
|
||||
$($(this).data('target')).modal('show');
|
||||
$($(this).data('target'));
|
||||
});
|
||||
|
||||
$('body').on('submit', '#item-form', function (e) {
|
||||
|
||||
Reference in New Issue
Block a user