update adminbsbs

This commit is contained in:
Aung Myo
2017-10-30 12:14:11 +06:30
parent 5bdc8e25c8
commit a687b45193
7 changed files with 76 additions and 17 deletions

View File

@@ -52,7 +52,7 @@
color = "bg-black"
end %>
<p id="noti" class="hidden" data-placement-from="top" data-message="<%=message%>" data-placement-align="center"
<p id="noti" class="hidden noti" data-placement-from="top" data-message="<%=message%>" data-placement-align="center"
data-animate-enter="" data-animate-exit="" data-color-name="<%=color%>" >
</p>
<% end %>
@@ -160,7 +160,7 @@
$(document).on('turbolinks:load', function () {
// for Notificaiotn message
console.log("hi");
var placementFrom = $("#noti").attr('data-placement-from');
var placementAlign = $("#noti").attr('data-placement-align');
var animateEnter = $("#noti").attr('data-animate-enter');