<?php

/**
 * Implementation of hook_init().
 */
function quicktabs_gmap_fix_init(){
	drupal_add_js(drupal_get_path('module', 'quicktabs_gmap_fix') . '/quicktabs_gmap_fix.js', 
		array('scope' => 'footer', 'weight' => 99, 'every_page' => TRUE));
}