Difference between revisions of "MediaWiki:Common.js"

From Aligera Docs
Jump to navigation Jump to search
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: <script> window.fwSettings={ 'widget_id':35000000768 }; !function(){if("function"!=typeof window...")
 
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
<script>
+
alert("Bem Vindo!")
window.fwSettings={
 
'widget_id':35000000768
 
};
 
!function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}()  
 
</script>
 
<script type='text/javascript' src='https://widget.freshworks.com/widgets/35000000768.js' async defer></script>
 

Revision as of 08:47, 9 July 2021

/* Any JavaScript here will be loaded for all users on every page load. */
alert("Bem Vindo!")