parent
4f9625b265
commit
f44b930037
@ -1,4 +1,13 @@
|
|||||||
<% selector = ".#{applied_css(@project)}" %>
|
<% selector = ".#{applied_css(@project)}" %>
|
||||||
$("<%= selector %>").each(function(){$(this).replaceWith("<%= escape_javascript applied_link(@project, User.current) %>")});
|
$("<%= selector %>").each(function(){$(this).replaceWith("<%= escape_javascript applied_link(@project, User.current) %>")});
|
||||||
|
if (window.Messenger) {
|
||||||
|
Messenger.options = {
|
||||||
|
extraClasses: 'messenger-fixed messenger-on-bottom messenger-on-right',
|
||||||
|
theme: 'flat'
|
||||||
|
}
|
||||||
|
Messenger().post({
|
||||||
|
id: "label_apply_project_waiting",
|
||||||
|
message: "<%= l(:label_apply_project_waiting) %>",
|
||||||
|
showCloseButton: true,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
Loading…
Reference in new issue