Greg Yachuk
Greg Yachuk
More useful to return unknown data when parsing frames, rather than "undefined".
This code is based on code by [Robin Andeer](https://github.com/robinandeer) and submitted as a [PR to the Ramirent Group](https://github.com/RamirentGroup/aws-codepipelines-dashboard/pull/1). This PR adds navigation. Clicking on a pipeline card navigates to a...
Return FieldValue (if known) in the FDF Data. (Similar PR has been sent to pdffiller repo.)
Calling $(elem).scrollToFixed() multiple times on the same elem will cause listeners to be attached on each call. This avoids the multiple listeners, with the downside of being unable to reset...