This commit is contained in:
Anthony Minessale 2014-07-15 23:34:01 +05:00
parent 4e34aa639a
commit 58f7376fea

View File

@ -371,8 +371,10 @@ $(document).ready(function() {
if (window.location.hash) {
var hash = window.location.hash.substring(1);
$("#ext").val(hash);
$("#callbtn").trigger("click");
if (hash && !hash.contains("page-")) {
$("#ext").val(hash);
$("#callbtn").trigger("click");
}
}
});