mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-11 08:43:11 +00:00
v.0.0.6
This commit is contained in:
parent
fff1e3ac5b
commit
48e68986be
2 changed files with 0 additions and 1 deletions
BIN
dist/wagtail-modeltranslation-0.0.6.tar.gz
vendored
BIN
dist/wagtail-modeltranslation-0.0.6.tar.gz
vendored
Binary file not shown.
|
|
@ -3,7 +3,6 @@ $(document).ready(function() {
|
|||
$('#id_title_'+lang_code).on('focus', function() {
|
||||
$('#id_slug_'+lang_code).data('previous-val', $('#id_slug_'+lang_code).val());
|
||||
$(this).data('previous-val', $(this).val());
|
||||
console.log('focus');
|
||||
});
|
||||
|
||||
$('#id_title_'+lang_code).on('keyup keydown keypress blur', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue