|
@@ -145,8 +145,8 @@ Controller.prototype.client=function(res,views,model,clientmodel){ |
|
@@ -145,8 +145,8 @@ Controller.prototype.client=function(res,views,model,clientmodel){ |
145
|
return src+$1;
|
145
|
return src+$1;
|
146
|
})
|
146
|
})
|
147
|
}
|
147
|
}
|
148
|
- var script=['<script type="text/javascript" src="'+src+'/static/'+clientmodel+'/libs.js"></script>',
|
|
|
149
|
- '<script type="text/javascript" src="'+src+'/static/'+clientmodel+'/'+ views+'.js"></script>'];
|
148
|
+ var script=['<script type="text/javascript" src="'+src+'/'+clientmodel+'/libs.js"></script>',
|
|
|
149
|
+ '<script type="text/javascript" src="'+src+'/'+clientmodel+'/'+ views+'.js"></script>'];
|
150
|
res.send(html+ViewModel+script.join(''));
|
150
|
res.send(html+ViewModel+script.join(''));
|
151
|
}
|
151
|
}
|
152
|
}
|
152
|
}
|