Update application.js

This commit is contained in:
William Mantly 2015-07-28 18:02:17 -04:00
parent c7fa08e524
commit 36b4e3cd15

View File

@ -1,9 +1,7 @@
(function($, window, document) {
$(function(){
$(document).ready(function(){
var Bank = {}
$('#account-modal').hide()
// your code here
});
}(window.jQuery, window, document));
});
// your code from bank accounts 1 here