mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Make back button work when switching from basic to full via dropdown
This commit is contained in:
@@ -5,7 +5,7 @@ Template.registerHelper("layoutHidden", function (type) {
|
||||
Template.basicOrFullSelect.events({
|
||||
"change .basic-or-full": function (event) {
|
||||
// XXX might not work in IE9?
|
||||
navigate("#/" + event.target.value + "/");
|
||||
window.location.hash = "#/" + event.target.value + "/";
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user