Take bootstrap from the CDN

This commit is contained in:
David Cormier 2013-10-01 19:27:18 -04:00
commit 38a960788c
8 changed files with 3 additions and 9560 deletions

2268
js/bootstrap.js vendored

File diff suppressed because it is too large Load diff

6
js/bootstrap.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -180,6 +180,7 @@ weechat.factory('handlers', ['$rootScope', 'colors', 'pluginManager', function($
}
var additionalContent = pluginManager.contentForMessage(text[0]['text']);
if (additionalContent) {
buffer_line['metadata'] = additionalContent;
}