diff options
author | friendica <info@friendica.com> | 2012-03-20 23:57:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-20 23:57:33 -0700 |
commit | 6c7b619b34e60f391087c669732b9efd0344d41c (patch) | |
tree | 0218bc0fff2df719c10cc8bdbba3d8bbba0783b7 /view/jot-header.tpl | |
parent | 0dc4c3f48426294dde998d46f47aacd1c9a3f370 (diff) | |
download | volse-hubzilla-6c7b619b34e60f391087c669732b9efd0344d41c.tar.gz volse-hubzilla-6c7b619b34e60f391087c669732b9efd0344d41c.tar.bz2 volse-hubzilla-6c7b619b34e60f391087c669732b9efd0344d41c.zip |
remove stray template variable from old code
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-x | view/jot-header.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 88df73494..ef760abe0 100755 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -121,7 +121,6 @@ function enableOnUser(){ <script type="text/javascript" src="$baseurl/js/ajaxupload.js" ></script> <script> var ispublic = '$ispublic'; - var addtitle = '$addtitle'; $(document).ready(function() { |