lib/generators/connector/templates/home.js in maestrano-connector-rails-2.3.1 vs lib/generators/connector/templates/home.js in maestrano-connector-rails-2.3.2
- old
+ new
@@ -17,19 +17,18 @@
{
checkHistorical = sender.id == 'confirm'
$('#myModal').modal('hide');
}
+$(function () {
+ $('[data-toggle="tooltip"]').tooltip()
+})
+
$(document).ready(function(){
$("#myModal").on('hidden.bs.modal', function (e) {
if (!checkHistorical) {
document.getElementById('historical-data').checked = false
historicalDataDisplay()
}
checkHistorical = false
});
});
-
-
-$(function () {
- $('[data-toggle="tooltip"]').tooltip()
-})