use chainpad from bower, not local

This commit is contained in:
ansuz
2016-06-02 16:54:47 +02:00
parent 2b9ac14cb1
commit 83696495a8
3 changed files with 3 additions and 1532 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
define([
'/common/netflux-client.js',
'/common/es6-promise.min.js',
'/common/chainpad.js',
'/bower_components/chainpad/chainpad.dist.js',
'/bower_components/jquery/dist/jquery.min.js',
], function (Netflux) {
var $ = window.jQuery;