pass page title to the iframe
This commit is contained in:
@@ -104,6 +104,10 @@
|
||||
if (isItHash) {
|
||||
location.replace(data.hash);
|
||||
}
|
||||
|
||||
if (data.title) {
|
||||
document.title = data.title;
|
||||
}
|
||||
} catch (e) {}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user