remove stray template variable from old code
This commit is contained in:
parent
0dc4c3f484
commit
6c7b619b34
|
@ -897,8 +897,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) {
|
||||||
'$audurl' => t("Please enter an audio link/URL:"),
|
'$audurl' => t("Please enter an audio link/URL:"),
|
||||||
'$term' => t('Tag term:'),
|
'$term' => t('Tag term:'),
|
||||||
'$fileas' => t('File as:'),
|
'$fileas' => t('File as:'),
|
||||||
'$whereareu' => t('Where are you right now?'),
|
'$whereareu' => t('Where are you right now?')
|
||||||
'$title' => t('Enter a title for this item')
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -121,7 +121,6 @@ function enableOnUser(){
|
||||||
<script type="text/javascript" src="$baseurl/js/ajaxupload.js" ></script>
|
<script type="text/javascript" src="$baseurl/js/ajaxupload.js" ></script>
|
||||||
<script>
|
<script>
|
||||||
var ispublic = '$ispublic';
|
var ispublic = '$ispublic';
|
||||||
var addtitle = '$addtitle';
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue