- From: <bugzilla@jessica.w3.org>
- Date: Sun, 05 Oct 2014 03:36:56 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26974 Bug ID: 26974 Summary: 121 Product: WebAppsWG Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: DOM3 Events Assignee: travil@microsoft.com Reporter: brandonjakes@hotmail.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, www-dom@w3.org .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); })(); -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 5 October 2014 03:36:59 UTC