Skip to content

Commit 69daf17

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.
(cherry picked from commit ba43357)
1 parent 40d9a19 commit 69daf17

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
@@ -220,9 +220,9 @@
220220
return false;
221221
});
222222
});
223-
});
223+
}, "html" );
224224
}
225-
});
225+
}, "html" );
226226
}
227227

228228
function updateDemoNotes() {

0 commit comments

Comments
 (0)