Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
278 bytes
|
Line | |
---|
1 | define(["dojo", "doh/runner"], function(dojo, doh) { |
---|
2 | |
---|
3 | // Checks the 'sounds' checkbox in the browser test runner |
---|
4 | // so we get Homer's feedback on the test run |
---|
5 | dojo.ready(function(){ |
---|
6 | var chkNode = dojo.byId("audio"); |
---|
7 | if(chkNode) { |
---|
8 | chkNode.checked=true; |
---|
9 | } |
---|
10 | }); |
---|
11 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.