Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
angular-emoji-popup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
angular-emoji-popup
Commits
4cfa6a37
Commit
4cfa6a37
authored
Apr 14, 2016
by
ricardo-teixeira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change sprite path
parent
753863e3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
emoji.min.js
dist/js/emoji.min.js
+2
-2
app.js
src/js/app.js
+1
-1
jquery.emojiarea.js
src/js/jquery.emojiarea.js
+1
-1
No files found.
dist/js/emoji.min.js
View file @
4cfa6a37
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/js/app.js
View file @
4cfa6a37
...
...
@@ -29,7 +29,7 @@ emojiApp.config(['$sceProvider', function($sceProvider)
}
}
$
.
emojiarea
.
spritesheetPath
=
'
..
/assets/angular-chat-emoji-popup/dist/img/emojisprite_!.png
'
;
$
.
emojiarea
.
spritesheetPath
=
'
/assets/angular-chat-emoji-popup/dist/img/emojisprite_!.png
'
;
$
.
emojiarea
.
spritesheetDimens
=
Config
.
EmojiCategorySpritesheetDimens
;
$
.
emojiarea
.
iconSize
=
20
;
$
.
emojiarea
.
icons
=
icons
;
...
...
src/js/jquery.emojiarea.js
View file @
4cfa6a37
...
...
@@ -276,7 +276,7 @@
+
xoffset
+
'
px
'
+
yoffset
+
'
px no-repeat;
'
;
style
+=
'
background-size:
'
+
scaledWidth
+
'
px
'
+
scaledHeight
+
'
px;
'
;
return
'
<img src="
..
/assets/angular-chat-emoji-popup/dist/img/blank.gif" class="img" style="
'
return
'
<img src="/assets/angular-chat-emoji-popup/dist/img/blank.gif" class="img" style="
'
+
style
+
'
" alt="
'
+
util
.
htmlEntities
(
name
)
+
'
">
'
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment