Files
database-api/apidocs/target/docbkx/webhelp/cdb-devguide-reviewer/common/ga.js
Nikhil Manchanda e434448adb Gerrit Review for Database Developer Guide
The Database Developer Guide PDF is located in the repo at:
apidocs/target/docbkx/webhelp/cdb-devguide-reviewer/cdb-devguide-reviewer.pdf

Updated api-doc with Security Groups related API information.

Added Security Groups and Security Group Rules as entities and related API calls to the Reddwarf API Docs.

Change-Id: I4d559b25413a6138cd7d2fb94c028f8cafde100c
2013-05-02 13:24:14 -05:00

19 lines
560 B
JavaScript

_gaq.push(['_trackPageview']);
var disqus_config = function ()
{
var config = this;
config.callbacks.onNewComment.push (function ()
{
_gaq.push (['_trackEvent', 'Disqus', 'Comment', 'null', 1]);
});
};
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();