This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26974 - 121
Summary: 121
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - DOM3 Events (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Travis Leithead [MSFT]
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-05 03:36 UTC by brandonjakes
Modified: 2014-10-05 11:04 UTC (History)
4 users (show)

See Also:


Attachments

Description brandonjakes 2014-10-05 03:36:56 UTC
.search); return results == null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } if (getQueryParameterByName('pk_campaign').length > 1 && getQueryParameterByName('pk_campaign').match(/DocSprint/)) { _paq.push(['setCustomVariable', 2, 'event', getQueryParameterByName('pk_campaign'), 'visit']); } jQuery('body').on('click', '#main-content #wpSave', function(){ var title = jQuery(this).attr('title') || null; if (typeof title === 'string') { _paq.push(['setCustomVariable', 1, 'label', title, 'page']); } _paq.push(['trackGoal', 2]); // idGoal=2 > Saves a page }); jQuery('body').on('click', '.tool-area .toolbar .dropdown:first-child a', function(){ var title = jQuery(this).attr('title') || null; if (typeof title === 'string') { _paq.push(['setCustomVariable', 1, 'label', title, 'page']); } _paq.push(['trackGoal', 1]); // idGoal=1 > Clicks edit page }); /* *********************** /TO BE MOVED, SOON *********************** */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://tracking.webplatform.org/" _paq.push(['setTrackerUrl', u+'js/']); _paq.push(['setSiteId', 1]); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.defer=true; g.async=true; g.src=u+'js/'; s.parentNode.insertBefore(g,s); })();