[FIX] CMS mobile preview hash consistency

bzr revid: ddm@openerp.com-20130920144606-xw88i9v6mrd9ia3a
This commit is contained in:
ddm 2013-09-20 16:46:06 +02:00
parent 8c085b3e6e
commit 3ed0628e4d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
'hidden.bs.modal': 'destroy'
},
start: function () {
document.getElementById("mobile-viewport").src = window.location.origin + window.location.pathname + "?mobile-preview=true";
document.getElementById("mobile-viewport").src = window.location.origin + window.location.pathname + "#mobile-preview";
this.$el.modal();
},
});