mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
load list of spec files from the server
This commit is contained in:
parent
cc7ddddd2f
commit
cac27c864a
3 changed files with 18 additions and 10 deletions
|
@ -4,6 +4,13 @@ $(function(){
|
|||
document.domain = document.domain; // for comet
|
||||
}
|
||||
|
||||
var specs = specs_list.slice();
|
||||
|
||||
var $body = $('body')
|
||||
$.each(specs, function(i, spec){
|
||||
$body.append('<script src="specs/' + spec + '"></script>')
|
||||
});
|
||||
|
||||
//initalize the test helper
|
||||
helper.init(function(){
|
||||
//configure and start the test framework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue