Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement zds extension: emoticons #30

Merged
merged 2 commits into from
Mar 30, 2017
Merged

Conversation

AmarOk1412
Copy link
Member

@AmarOk1412 AmarOk1412 commented Mar 24, 2017

cf issue #17

index.js Outdated
':(':'/static/smileys/triste.png',
':euh:':'/static/smileys/unsure.gif',
':waw:':'/static/smileys/waw.png',
':zorro:':'/static/smileys/zorro.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':zorro:' key-spacing

index.js Outdated
':soleil:':'/static/smileys/soleil.png',
':(':'/static/smileys/triste.png',
':euh:':'/static/smileys/unsure.gif',
':waw:':'/static/smileys/waw.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':waw:' key-spacing

index.js Outdated
':)':'/static/smileys/smile.png',
':soleil:':'/static/smileys/soleil.png',
':(':'/static/smileys/triste.png',
':euh:':'/static/smileys/unsure.gif',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':euh:' key-spacing

index.js Outdated
':-°':'/static/smileys/siffle.png',
':)':'/static/smileys/smile.png',
':soleil:':'/static/smileys/soleil.png',
':(':'/static/smileys/triste.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':(' key-spacing

index.js Outdated
':honte:':'/static/smileys/rouge.png',
':-°':'/static/smileys/siffle.png',
':)':'/static/smileys/smile.png',
':soleil:':'/static/smileys/soleil.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':soleil:' key-spacing

index.js Outdated
':magicien:':'/static/smileys/magicien.png',
':colere2:':'/static/smileys/mechant.png',
':ninja:':'/static/smileys/ninja.png',
'>_<':'/static/smileys/pinch.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key '>_<' key-spacing

index.js Outdated
':p':'/static/smileys/langue.png',
':magicien:':'/static/smileys/magicien.png',
':colere2:':'/static/smileys/mechant.png',
':ninja:':'/static/smileys/ninja.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':ninja:' key-spacing

index.js Outdated
':o':'/static/smileys/huh.png',
':p':'/static/smileys/langue.png',
':magicien:':'/static/smileys/magicien.png',
':colere2:':'/static/smileys/mechant.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':colere2:' key-spacing

index.js Outdated
'^^':'/static/smileys/hihi.png',
':o':'/static/smileys/huh.png',
':p':'/static/smileys/langue.png',
':magicien:':'/static/smileys/magicien.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':magicien:' key-spacing

index.js Outdated
':D':'/static/smileys/heureux.png',
'^^':'/static/smileys/hihi.png',
':o':'/static/smileys/huh.png',
':p':'/static/smileys/langue.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':p' key-spacing

index.js Outdated
':(':'/static/smileys/triste.png',
':euh:':'/static/smileys/unsure.gif',
':waw:':'/static/smileys/waw.png',
':zorro:':'/static/smileys/zorro.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':zorro:' key-spacing

index.js Outdated
':soleil:':'/static/smileys/soleil.png',
':(':'/static/smileys/triste.png',
':euh:':'/static/smileys/unsure.gif',
':waw:':'/static/smileys/waw.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':waw:' key-spacing

index.js Outdated
':)':'/static/smileys/smile.png',
':soleil:':'/static/smileys/soleil.png',
':(':'/static/smileys/triste.png',
':euh:':'/static/smileys/unsure.gif',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':euh:' key-spacing

index.js Outdated
':-°':'/static/smileys/siffle.png',
':)':'/static/smileys/smile.png',
':soleil:':'/static/smileys/soleil.png',
':(':'/static/smileys/triste.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':(' key-spacing

index.js Outdated
':honte:':'/static/smileys/rouge.png',
':-°':'/static/smileys/siffle.png',
':)':'/static/smileys/smile.png',
':soleil:':'/static/smileys/soleil.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':soleil:' key-spacing

index.js Outdated
':magicien:':'/static/smileys/magicien.png',
':colere2:':'/static/smileys/mechant.png',
':ninja:':'/static/smileys/ninja.png',
'&gt;_&lt;':'/static/smileys/pinch.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key '>_<' key-spacing

index.js Outdated
':p':'/static/smileys/langue.png',
':magicien:':'/static/smileys/magicien.png',
':colere2:':'/static/smileys/mechant.png',
':ninja:':'/static/smileys/ninja.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':ninja:' key-spacing

index.js Outdated
':o':'/static/smileys/huh.png',
':p':'/static/smileys/langue.png',
':magicien:':'/static/smileys/magicien.png',
':colere2:':'/static/smileys/mechant.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':colere2:' key-spacing

index.js Outdated
'^^':'/static/smileys/hihi.png',
':o':'/static/smileys/huh.png',
':p':'/static/smileys/langue.png',
':magicien:':'/static/smileys/magicien.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':magicien:' key-spacing

index.js Outdated
':D':'/static/smileys/heureux.png',
'^^':'/static/smileys/hihi.png',
':o':'/static/smileys/huh.png',
':p':'/static/smileys/langue.png',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before value for key ':p' key-spacing

@vhf vhf merged commit 66961ab into zestedesavoir:master Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants