summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/ui/aci.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js
index 6f3d218b..959636b8 100644
--- a/install/ui/aci.js
+++ b/install/ui/aci.js
@@ -602,6 +602,8 @@ IPA.target_section = function () {
record.filter = filter;
}
};
+ that.is_dirty = function (){ return false; }
+
return that;
};