Skip to content

Commit

Permalink
Fix jquery lib names
Browse files Browse the repository at this point in the history
  • Loading branch information
asolkar committed Jul 22, 2015
1 parent 1d3ec60 commit d9cdfb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ var panel = panels.Panel({
width: 250,
height: 290,
contentURL: self.data.url("gapps.html"),
contentScriptFile: [self.data.url("jquery.1.11.2.jquery-1.11.2.min.js"),
self.data.url("jqueryui.1.11.2.jquery-ui.min.js"),
contentScriptFile: [self.data.url("jquery.min.js"),
self.data.url("jquery-ui.min.js"),
self.data.url("gapps-info.js"),
self.data.url("gapps-panel.js")],
onHide: handleHide
Expand Down

0 comments on commit d9cdfb7

Please sign in to comment.