Update application.js
This commit is contained in:
parent
c7fa08e524
commit
36b4e3cd15
@ -1,9 +1,7 @@
|
|||||||
(function($, window, document) {
|
$(document).ready(function(){
|
||||||
$(function(){
|
|
||||||
var Bank = {}
|
var Bank = {}
|
||||||
$('#account-modal').hide()
|
$('#account-modal').hide()
|
||||||
// your code here
|
// your code here
|
||||||
});
|
});
|
||||||
}(window.jQuery, window, document));
|
|
||||||
|
|
||||||
// your code from bank accounts 1 here
|
// your code from bank accounts 1 here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user