2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
<script>
|
|
|
|
{{*/* var none = "none"; // ugly hack: {{$editselect}} shouldn't be a string if TinyMCE is enabled, but should if it isn't
|
|
|
|
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.jotId = "#profile-jot-text";
|
|
|
|
window.imageUploadButton = 'wall-image-upload';
|
|
|
|
</script>
|
|
|
|
|