dhsanket / emote

emote afresh
2 stars 1 forks source link

Content Creation bug #85

Open arvindstutzen opened 10 years ago

arvindstutzen commented 10 years ago

cant able to post content

arvindstutzen commented 10 years ago

~~ The problem is in javascript file /emote/web-app/js/emote.js in the method function emoteCreate() .

if ($('#tag').val().length <1 ){

Currently there is no element wit id "tag", there are elements with class "tag" which has the value of the emote content. ~~

nitinkarmuse commented 10 years ago

Arvind I think there is field with id=tag in the _create_emote.gsp It's the name=expression input in the form I think jquery tag library supposed to populate that field but some reason it's not working Sent from my iPhone

On 9 Dec 2013, at 08:30, Arvind Subramanian notifications@github.com wrote:

The problem is in javascript file /emote/web-app/js/emote.js in the method function emoteCreate() .

if ($('#tag').val().length <1 ){ Currently there is no element wit id "tag", there are elements with class "tag" which has the value of the emote content.

— Reply to this email directly or view it on GitHub.

arvindstutzen commented 10 years ago

Thanks, I'm reading about that jquery tag api only .

Sent from Nexus. On Dec 9, 2013 2:38 PM, "nitinkarmuse" notifications@github.com wrote:

Arvind I think there is field with id=tag in the _create_emote.gsp It's the name=expression input in the form I think jquery tag library supposed to populate that field but some reason it's not working Sent from my iPhone

On 9 Dec 2013, at 08:30, Arvind Subramanian notifications@github.com wrote:

The problem is in javascript file /emote/web-app/js/emote.js in the method function emoteCreate() .

if ($('#tag').val().length <1 ){ Currently there is no element wit id "tag", there are elements with class "tag" which has the value of the emote content.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/dhsanket/emote/issues/85#issuecomment-30115873 .

nitinkarmuse commented 10 years ago

Hey Arvind I have found the issue and committed fix in trunk Actually the issue was there was a line tag.js was commented which was responsible adding value to tag input

Regards Nitin

Sent from my iPhone

On 9 Dec 2013, at 09:09, Arvind Subramanian notifications@github.com wrote:

Thanks, I'm reading about that jquery tag api only .

Sent from Nexus. On Dec 9, 2013 2:38 PM, "nitinkarmuse" notifications@github.com wrote:

Arvind I think there is field with id=tag in the _create_emote.gsp It's the name=expression input in the form I think jquery tag library supposed to populate that field but some reason it's not working Sent from my iPhone

On 9 Dec 2013, at 08:30, Arvind Subramanian notifications@github.com wrote:

The problem is in javascript file /emote/web-app/js/emote.js in the method function emoteCreate() .

if ($('#tag').val().length <1 ){ Currently there is no element wit id "tag", there are elements with class "tag" which has the value of the emote content.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/dhsanket/emote/issues/85#issuecomment-30115873 .

— Reply to this email directly or view it on GitHub.