when jquery clicks an element and that element is suposed to have a function that runs on ajax:beforeSend that function dose not run.
because of this when republish clicks the #tb_share link, the ajax request to update the document meta is never sent.
you could probably separate the code that collects the document meta into another function. then call that in republish before it clicks the #tb_share link.
when jquery clicks an element and that element is suposed to have a function that runs on
ajax:beforeSend
that function dose not run.because of this when republish clicks the
#tb_share
link, the ajax request to update the document meta is never sent.you could probably separate the code that collects the document meta into another function. then call that in republish before it clicks the
#tb_share
link.