Skip to content

Commit

Permalink
Client loading script in correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
prawnsalad committed Oct 5, 2013
1 parent a61a7bc commit a0c22d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/httphandler.js
Expand Up @@ -236,12 +236,12 @@ function generateSettings(request, debug, callback) {
],

[
'src/models/query.js',
'src/models/channel.js',
'src/models/applet.js'
],

[
'src/models/query.js',
'src/models/server.js', // Depends on models/channel.js
'src/applets/settings.js',
'src/applets/chanlist.js',
Expand Down

0 comments on commit a0c22d9

Please sign in to comment.