This website requires JavaScript.
Explore
Help
Sign In
Mastodon
/
Pinafore-Web-Client-Frontend
Watch
1
Star
0
Fork
0
You've already forked Pinafore-Web-Client-Frontend
mirror of
https://github.com/nolanlawson/pinafore
synced
2025-02-02 22:57:36 +01:00
Code
Issues
Releases
Wiki
Activity
Pinafore-Web-Client-Frontend
/
routes
/
_components
/
dialog
/
helpers
/
createDialogId.js
6 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
simplify and refactor dialogs using event bus
2018-04-08 16:56:20 -07:00
let
count
=
-
1
export
function
createDialogId
(
)
{
return
++
count
Fix alts for image uploads (#54) * Fix alts for image uploads Fixes #41 * fix alts mixed with no-alts
2018-04-09 18:30:15 -07:00
}
Reference in New Issue
Copy Permalink