mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for AWC-1797
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8080 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -492,7 +492,6 @@ var AlfPicker = new Class(
|
||||
(this.requestAttributes!=null ? ("&" + this.requestAttributes) : ""),
|
||||
{
|
||||
method: 'get',
|
||||
async: false,
|
||||
onComplete: function(r)
|
||||
{
|
||||
if (r.startsWith("ERROR:") == false)
|
||||
|
@@ -503,7 +503,6 @@ var AlfTagger = new Class(
|
||||
{
|
||||
method: 'get',
|
||||
headers: {'If-Modified-Since': 'Sat, 1 Jan 2000 00:00:00 GMT'},
|
||||
async: false,
|
||||
onComplete: function(r)
|
||||
{
|
||||
if (r.startsWith("ERROR:") == false)
|
||||
@@ -572,7 +571,6 @@ var AlfTagger = new Class(
|
||||
{
|
||||
method: 'post',
|
||||
headers: {'If-Modified-Since': 'Sat, 1 Jan 2000 00:00:00 GMT'},
|
||||
async: false,
|
||||
onComplete: function(r)
|
||||
{
|
||||
// Pull out the nodeRef of the tag
|
||||
|
Reference in New Issue
Block a user