Skip to content

Commit ba43357

Browse files
committed
Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.
1 parent 4f15e66 commit ba43357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@
225225
return false;
226226
});
227227
});
228-
});
228+
}, "html" );
229229
}
230-
});
230+
}, "html" );
231231
}
232232

233233
function updateDemoNotes() {

0 commit comments

Comments
 (0)