Updating sites from v3.0 template to v3.1
Disabling the print tool
Check that the Print tool function code is present. If it isn't present, then refer to the "Adding the Print tool" tab above to learn how to add it to the template code.
- The code is located right above the </body> at the bottom of the page's source code.
- Find
<script type="text/javascript">
// To display the "Print" link pass in true. To hide the "Print" link pass in false.
addPrintLink(true);
</script>
1. Find the code to change
- When the highlighted text below is set to "true" the print function is on. Change the highlighted text to "false" to turn the print function off.
- Change
-
<script type="text/javascript">
// To display the "Print" link pass in true. To hide the "Print" link pass in false.
addPrintLink(true);
</script>
2. Turn the function on/off