2014-12-01 15:22:51 -05:00

10 lines
203 B
JavaScript

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