]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/msg-header.tpl
Merge pull request #566 from fermionic/20121227-update-frost
[friendica.git] / view / theme / frost / smarty3 / msg-header.tpl
1
2 <script language="javascript" type="text/javascript">
3         window.nickname = "{{$nickname}}";
4         window.linkURL = "{{$linkurl}}";
5         var none = "none";      // ugly hack: {{$editselect}} shouldn't be a string if TinyMCE is enabled, but should if it isn't
6         window.editSelect = {{$editselect}};
7         window.ajaxType = 'msg-header';
8         window.autocompleteType = 'msg-header';
9 </script>
10