ui-refactor: Rename modals.js to overlays.js.

Fixed #4702.
This commit is contained in:
Rohitt Vashishtha
2017-05-27 19:10:54 +05:30
committed by Tim Abbott
parent 1f4e1ece3a
commit 2d73e03e37
21 changed files with 87 additions and 87 deletions

View File

@@ -130,7 +130,7 @@ exports.show_info_overlay = function (target) {
var overlay = $(".informational-overlays");
if (!overlay.hasClass("show")) {
modals.open_overlay({
overlays.open_overlay({
name: 'informationalOverlays',
overlay: overlay,
on_close: function () {},