|
@@ -1280,8 +1280,8 @@ $(document).ready(function(){
|
1280
|
1280
|
if (response.tags)
|
1281
|
1281
|
{
|
1282
|
1282
|
$('ul#form_add_prop_tags li').remove();
|
1283
|
|
- $('ul#form_add_prop_tags').show();
|
1284
|
|
- $('ul#form_add_prop_tags_text').show();
|
|
1283
|
+ $('ul#form_add_prop_tags_api').show();
|
|
1284
|
+ $('p#form_add_prop_tags_text').show();
|
1285
|
1285
|
|
1286
|
1286
|
for (tags_index = 0; tags_index < response.tags.length; tags_index++)
|
1287
|
1287
|
{
|
|
@@ -1296,7 +1296,7 @@ $(document).ready(function(){
|
1296
|
1296
|
}
|
1297
|
1297
|
|
1298
|
1298
|
// On aura plus qu'a vérifie le href pour savoir si c'est une demande d'ajout de tags =)
|
1299
|
|
- $('ul#form_add_prop_tags').append(
|
|
1299
|
+ $('ul#form_add_prop_tags_api').append(
|
1300
|
1300
|
'<li>'+
|
1301
|
1301
|
'<a href="#'+tag_id+'" class="form_add_prop_tag">'+
|
1302
|
1302
|
tag_name+
|
|
@@ -1398,7 +1398,7 @@ $(document).ready(function(){
|
1398
|
1398
|
$('div#element_add_box').slideUp();
|
1399
|
1399
|
$('div#form_add_first_part').show();
|
1400
|
1400
|
$('div#form_add_second_part').hide();
|
1401
|
|
- $('ul#form_add_prop_tags').hide();
|
|
1401
|
+ $('ul#form_add_prop_tags_api').hide();
|
1402
|
1402
|
$('ul#form_add_prop_tags_text').hide();
|
1403
|
1403
|
$('input#element_add_url').val('');
|
1404
|
1404
|
$('input#element_add_name').val('');
|