Merge branch 'master' into cas
This commit is contained in:
commit
b042a02ed4
@ -138,7 +138,7 @@ $(document).ready(function(){
|
||||
width: 200,
|
||||
title: "",
|
||||
onShow: function(){
|
||||
console.log("updating new model url");
|
||||
// console.log("updating new model url");
|
||||
$('div.action a').attr('href',
|
||||
$('div.action a').attr('href') + "#guider=newmodelwelcome");
|
||||
}
|
||||
@ -312,7 +312,7 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
function viewSiteClick(e){
|
||||
console.log("viewsite click!");
|
||||
// console.log("viewsite click!");
|
||||
var $this = $(e.target);
|
||||
e.preventDefault();
|
||||
window.open($this.attr('href'),"_blank");
|
||||
@ -333,7 +333,7 @@ $(document).ready(function(){
|
||||
width: 280,
|
||||
title: "Click Here To View Your Site",
|
||||
onShow: function(){
|
||||
console.log("binding click for view site", $('#viewsite'));
|
||||
// console.log("binding click for view site", $('#viewsite'));
|
||||
$('#viewsite').bind('click', viewSiteClick);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user