Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Update options.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Nallasivan committed Mar 30, 2017
1 parent 44e87f7 commit 600ed01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setting/options.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$(document).ready(function(){
$('h6').hide();
var setting = '';
var value;
$('#topic').change(function(){
Expand All @@ -23,5 +24,7 @@ $(document).ready(function(){
console.log(value);
localStorage.mySetting = setting;
localStorage.id = value;
$('h6').show();
setTimeout(function(){$('h6').hide();},2000);
});
});

0 comments on commit 600ed01

Please sign in to comment.