style fixes

This commit is contained in:
Rushabh Mehta
2012-03-12 16:12:09 +05:30
parent ae4d1f973c
commit b9878d01e1
9 changed files with 66 additions and 194 deletions

View File

@@ -47,7 +47,7 @@ pscript['onload_Import Data'] = function() {
dt.onclick = function(){
var ovr = $('input[name="overwrite"]:checked').length;
window.location = webnotes.request.url + '?cmd=get_template&dt=' + this.nm + (ovr ? '&overwrite=1' : '');
window.location = wn.request.url + '?cmd=get_template&dt=' + this.nm + (ovr ? '&overwrite=1' : '');
}
}
}