doc/js/app.js in jqr-helpers-1.0.28 vs doc/js/app.js in jqr-helpers-1.0.29
- old
+ new
@@ -76,16 +76,11 @@
function framesInit() {
if (hasFrames) {
document.body.className = 'frames';
$('#menu .noframes a').attr('href', document.location);
- try {
- window.top.document.title = $('html head title').text();
- } catch(error) {
- // some browsers will not allow this when serving from file://
- // but we don't want to stop the world.
- }
+ window.top.document.title = $('html head title').text();
}
else {
$('#menu .noframes a').text('frames').attr('href', framesUrl);
}
}
@@ -214,6 +209,6 @@
$(searchFrameLinks);
$(linkSummaries);
$(keyboardShortcuts);
$(summaryToggle);
$(fixOutsideWorldLinks);
-$(generateTOC);
+$(generateTOC);
\ No newline at end of file