We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 975768f + 65d176b commit 06cadcbCopy full SHA for 06cadcb
debian/changelog
@@ -1,3 +1,9 @@
1
+spreed-webrtc-server (0.24.2) precise; urgency=low
2
+
3
+ * Fixed javascript load order, so compiled scripts load properly.
4
5
+ -- Simon Eisenmann <[email protected]> Fri, 03 Jul 2015 15:15:18 +0200
6
7
spreed-webrtc-server (0.24.1) precise; urgency=low
8
9
* Load sandboxes on demand, generated by server.
static/js/base.js
@@ -33,5 +33,4 @@ define([ // Helper module to put non dependency base libraries together.
33
'humanize',
34
'sha',
35
'sjcl',
36
- 'text',
37
- 'webfont'], function() {});
+ 'text'], function() {});
0 commit comments