A Pen by Anton Mudrenok on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var trackedEvents = ["CLICK", "KEYPRESS", "SELECT", "CHANGE"]; | |
function RegisterEvent(){ | |
$("a[role='tab']").click(CustomNavBarClick) | |
$("a[data-toggle='tab']").click(CustomTabClick) | |
} | |
function handleEvent(){ | |
console.log("Event type: " + event.type) | |
console.log("Event " + JSON.stringify($(event.target))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;aiu; | |
[Update] | |
Name = OTP Generator | |
ProductVersion = 2.0.0.0 | |
URL = https://raw.githubusercontent.com/phongbv/ForticlientAutoConnect/master/OTP%20Generator-SetupFiles/OTP%20Generator_2.0.msi?token=ADXEB53DG4J7WAON2EDNE3DBECYBQ | |
Size = 3407360 | |
SHA256 = B7D98271D2CCF595AFA3B8FB83EA74B3BAD69DE0BE9730E8A36C12AD45D53734 | |
MD5 = efb535de64c8208f0a98b63c0a2b2066 | |
ServerFileName = OTP Generator_2.0.msi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################################################################### | |
## Copyright(c) Oracle Corporation 1998,2017. All rights reserved.## | |
## ## | |
## Specify values for the variables listed below to customize ## | |
## your installation. ## | |
## ## | |
## Each variable is associated with a comment. The comment ## | |
## can help to populate the variables with the appropriate ## | |
## values. ## | |
## ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<WebPublishMethod>FileSystem</WebPublishMethod> | |
<LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration> | |
<LastUsedPlatform>Any CPU</LastUsedPlatform> | |
<SiteUrlToLaunchAfterPublish /> | |
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> | |
<ExcludeApp_Data>False</ExcludeApp_Data> | |
<publishUrl>C:\Publish\SimpleExample</publishUrl> |