Project

General

Profile

« Previous | Next » 

Revision 67905725

Added by Ohad Levy almost 12 years ago

  • ID 6790572557b5ee9684a647e7c10becf513d1176d

minor fixes to host show page

View differences:

public/javascripts/application.js
function show_rdoc(item){
var url = $(item).attr('data-url');
window.open(url);
}
}
// shows provisioning templates in a new window
$(function() {
$('[data-provisioning-template=true]').click(function(){
window.open(this.href, [width='300',height='400',scrollbars='yes']);
return false;
});
});

Also available in: Unified diff