mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix #948 404 error while uploading elements in bridge
This commit is contained in:
@@ -307,9 +307,11 @@ $(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("ul li a.account", pub_tabs).bind("click", function(){
|
$("ul li a.account", pub_tabs).bind("click", function(){
|
||||||
$('form[name="current_datas"] input[name="account_id"]', container).val($('input[name="account_id"]', this).val());
|
$('#dialog_publicator form[name="current_datas"] input[name="account_id"]').val($('input[name="account_id"]', this).val());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$("ul li.ui-tabs-selected a.account", pub_tabs).trigger("click");
|
||||||
|
|
||||||
$('#publicator_selection .PNB10:first').selectable();
|
$('#publicator_selection .PNB10:first').selectable();
|
||||||
|
|
||||||
$('#publicator_selection button.act_upload').bind('click', function(){
|
$('#publicator_selection button.act_upload').bind('click', function(){
|
||||||
|
Reference in New Issue
Block a user