2012-07-24 17:15:57 +02:00
|
|
|
|
|
|
|
<script>
|
2012-08-02 03:09:28 +02: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 17:57:16 +02: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 }
|
|
|
|
window.ajaxType = 'jot-header';
|
2012-07-24 17:15:57 +02:00
|
|
|
</script>
|
|
|
|
|