Tobias Reich 11 years ago
parent
commit
705a383bec
3 changed files with 2 additions and 2 deletions
  1. 1 1
      assets/js/init.js
  2. 0 0
      assets/min/main.js
  3. 1 1
      assets/min/view.js

+ 1 - 1
assets/js/init.js

@@ -22,7 +22,7 @@ $(document).ready(function(){
 	/* Header */
 	$("#hostedwith").on(event_name, function() { window.open(lychee.website,"_newtab") });
 	$("#button_signin").on(event_name, lychee.loginDialog);
-	$("#button_settings").on(event_name, contextMenu.settings);
+	$("#button_settings").on("click", contextMenu.settings);
 	$("#button_share").on(event_name, function(e) {
 		if (photo.json.public==1||photo.json.public==2) contextMenu.sharePhoto(photo.getID(), e);
 		else photo.setPublic(photo.getID(), e);

File diff suppressed because it is too large
+ 0 - 0
assets/min/main.js


File diff suppressed because it is too large
+ 1 - 1
assets/min/view.js


Some files were not shown because too many files changed in this diff