2012-07-24 11:16:51 -04:00
|
|
|
|
|
|
|
<script>
|
2012-08-01 21:09:28 -04:00
|
|
|
var none = "none"; // ugly hack: $editselect shouldn't be a string if TinyMCE is enabled, but should if it isn't
|
2012-07-28 11:57:16 -04:00
|
|
|
window.editSelect = $editselect;
|
|
|
|
window.isPublic = "$ispublic";
|
|
|
|
window.nickname = "$nickname";
|
|
|
|
window.linkURL = "$linkurl";
|
|
|
|
window.vidURL = "$vidurl";
|
|
|
|
window.audURL = "$audurl";
|
|
|
|
window.whereAreU = "$whereareu";
|
|
|
|
window.term = "$term";
|
|
|
|
window.baseURL = "$baseurl";
|
|
|
|
window.geoTag = function () { $geotag }
|
2012-08-24 23:25:39 -04:00
|
|
|
window.ajaxType = 'jot-header';
|
2012-07-24 11:16:51 -04:00
|
|
|
</script>
|
|
|
|
|
2012-07-28 11:57:16 -04:00
|
|
|
|