Sha256: 4da0da9074f152991ebf43f9c4d0e9ef1476f8fc45bdb5dc38f906ca6305d266
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 KB
Contents
{I" class:ETI"BundledAsset; FI"logical_path; TI"help_modal.js; FI" pathname; TI"M/Users/jfriesen/Repositories/curate/app/assets/javascripts/help_modal.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+Þ$aRI"length; TiÝI"digest; TI"%7c02b75a59e6a72d05f2892d949cb54c; FI"source; TI"Ý$(function(){ var $window = $(window), $modal = $('#ajax-modal'), resolution = screen.width + 'x' + screen.height, viewport = $window.width() + 'x' + $window.height(), current_url = document.location.href; function populateHelpForm(){ // Removing the "NOT" portion $('#help-js strong').remove(); $('#help_request_javascript_enabled').val(1); $('#help-resolution').text(resolution); $('#help_request_resolution').val(resolution); $('#help-viewport').text(viewport); $('#help_request_view_port').val(viewport); $('#help-url').text(current_url); $('#help_request_current_url').val(current_url); } populateHelpForm(); $('.request-help').on('click', function(event){ event.preventDefault(); $('body').modalmanager('loading'); setTimeout(function(){ $modal.load('/help_requests/new #new_help_request', function(){ $modal.modal(); populateHelpForm(); }); }, 1000); }); }); ; TI"required_assets_digest; TI"%ec8cd878fa2c8c4e6eac5876bc275347; FI" _version; TI"%2cf3622cbba861b85d33ffabfa420c13; F
Version data entries
2 entries across 1 versions & 1 rubygems