diff options
Diffstat (limited to 'install/static/details.js')
-rw-r--r-- | install/static/details.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/details.js b/install/static/details.js index 5e3cd8d6..f0e24ac0 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -272,6 +272,7 @@ function ipa_details_section(spec){ }; // methods that should be invoked by subclasses + that.section_init = that.init; that.section_create = that.create; that.section_setup = that.setup; that.section_load = that.load; |