Skip to content

Commit

Permalink
issue89: fixed sj:dialog by adding jquery-ui to the files that need t…
Browse files Browse the repository at this point in the history
…o be required
  • Loading branch information
sdutry committed Dec 18, 2016
1 parent 221143b commit 03214c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
self.log('init dialog with id: ' + o.id);

var jsFiles = [
"js/base/jquery-ui" + self.minSuffix + ".js",
"js/base/mouse" + self.minSuffix + ".js",
"js/base/position" + self.minSuffix + ".js",
"js/base/data" + self.minSuffix + ".js",
Expand Down

0 comments on commit 03214c7

Please sign in to comment.