add 'made with <3' toolbar to code

pull/1/head
ansuz 9 years ago
parent 506a703b7d
commit 6736335db2

@ -9,7 +9,8 @@ define([
'/common/toolbar.js', '/common/toolbar.js',
'json.sortify', 'json.sortify',
'/common/json-ot.js', '/common/json-ot.js',
'/bower_components/jquery/dist/jquery.min.js' '/bower_components/jquery/dist/jquery.min.js',
'/customize/pad.js'
], function (Config, /*RTCode,*/ Messages, Crypto, Realtime, TextPatcher, Toolbar, JSONSortify, JsonOT) { ], function (Config, /*RTCode,*/ Messages, Crypto, Realtime, TextPatcher, Toolbar, JSONSortify, JsonOT) {
var $ = window.jQuery; var $ = window.jQuery;
var module = window.APP = {}; var module = window.APP = {};

Loading…
Cancel
Save