Merge branch 'master' of ssh://github.com/majestrate/nntpchan
This commit is contained in:
commit
e02f0fc3fd
1
Makefile
1
Makefile
@ -22,6 +22,7 @@ $(MINIFY):
|
||||
js-deps: $(MINIFY)
|
||||
|
||||
$(JS): js-deps
|
||||
rm -f $(JS)
|
||||
for f in $(CONTRIB_JS)/*.js ; do $(MINIFY) --mime=text/javascript >> $(JS) < $$f ; done
|
||||
$(MINIFY) --mime=text/javascript >> $(JS) < $(REPO)/contrib/js/entry.js
|
||||
for f in $(LOCAL_JS)/*.js ; do $(MINIFY) --mime=text/javascript >> $(JS) < $$f ; done
|
||||
|
@ -1429,4 +1429,4 @@ Chat.prototype.generateChat = function(data) {
|
||||
chat.appendChild(header);
|
||||
chat.appendChild(body);
|
||||
return chat;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user