Zeile 3 | Zeile 3 |
---|
init: function() {
|
init: function() {
|
$(document).ready(function()
| $(function()
|
{ inlineEditor.bindSubjects(); });
| { inlineEditor.bindSubjects(); });
|
Zeile 38 | Zeile 38 |
---|
{ $.each(values.errors, function(i, message) {
|
{ $.each(values.errors, function(i, message) {
|
$.jGrowl(lang.post_fetch_error + ' ' + message);
| $.jGrowl(lang.post_fetch_error + ' ' + message, {theme:'jgrowl_error'});
|
}); $(this).html($('#tid_' + tid + '_temp').html()); }
| }); $(this).html($('#tid_' + tid + '_temp').html()); }
|