Commit 50cd3540c499da82c7b70c4efdba8f904778a0fb
1 parent
25b17bf5
resolve open file dialog
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js
... | ... | @@ -195,8 +195,8 @@ function ($scope, $rootScope, pages, log, Modules, $http, $compile, $location, $ |
195 | 195 | |
196 | 196 | $rootScope.OpenExistingCurriculum = function (event) { |
197 | 197 | |
198 | - $("#openCBJsonFile").trigger("click"); | |
199 | 198 | var fileupload = document.getElementById("openCBJsonFile"); |
199 | + $(fileupload).trigger('click'); | |
200 | 200 | |
201 | 201 | fileupload.onchange = function () { |
202 | 202 | ... | ... |