share/views/public/js/rbbt.modal.js in rbbt-rest-1.8.100 vs share/views/public/js/rbbt.modal.js in rbbt-rest-1.8.101
- old
+ new
@@ -39,9 +39,10 @@
$(this.vm.element).addClass('error')
m.redraw()
}
ctrl.show_url = function(url, title){
+ url = rbbt.url_add_script_name(url)
if (typeof url == 'string') params = {url: url, method: 'GET',deserialize: function(v){return v}}
else params = url
this.vm.visible(true)
this.vm.title("loading")