// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function redirect_to_rollback_link(content_id, version_number){
 location.href='/content/rollback/' + content_id + '?version_number=' + version_number;
}
