Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1109892
profile.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
361 B
Subscribers
None
profile.js
View Options
var url= '';
(function ($, Drupal, drupalSettings) {
})(jQuery, Drupal, drupalSettings);
function print_content(){
var printContents = jQuery("#block-bootstrap-content").html();
var originalContents = document.body.innerHTML;
document.body.innerHTML = printContents;
window.print();
document.body.innerHTML = originalContents;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 1, 2:36 AM (15 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
199488
Attached To
rPF typ_profile
Event Timeline
Log In to Comment