/** * TigerStyle Heat - Robots.txt Module JavaScript */ jQuery(document).ready(function($) { // Module-specific functionality for robots.txt tab // Main functionality is handled by the core admin.js file console.log('TigerStyle Heat: Robots.txt module loaded'); });