diff options
author | Marko Pušnik <marko.pusnik@guru.si> | 2015-09-29 19:59:06 +0200 |
---|---|---|
committer | Marko Pušnik <marko.pusnik@guru.si> | 2015-09-29 19:59:06 +0200 |
commit | 2809b3fb4bfff39eb2eef28b1f681fbb6355d0f1 (patch) | |
tree | d7b10aee99e84257526df1b7777de50937337c66 | |
parent | b852541b2d23413471c55cb4ee9e5a3e18533d71 (diff) |
forgotten files from previous commits
-rw-r--r-- | js/codeq/profile.js | 16 | ||||
-rw-r--r-- | res/gumb_aaiprijava.png | bin | 0 -> 5881 bytes |
2 files changed, 16 insertions, 0 deletions
diff --git a/js/codeq/profile.js b/js/codeq/profile.js new file mode 100644 index 0000000..5dcda05 --- /dev/null +++ b/js/codeq/profile.js @@ -0,0 +1,16 @@ +/**
+ * Created by markop on 9/29/15.
+ */
+
+(function(){
+ codeq.globalStateMachine.register('profile',{
+ 'enter': function(){
+
+ $("#screen_profile").css('display', '');
+ $('#disabled').css('display', 'none');
+ },
+ 'exit' : function(){
+ $("#screen_profile").css('display', 'none');
+ }
+ });
+})();
\ No newline at end of file diff --git a/res/gumb_aaiprijava.png b/res/gumb_aaiprijava.png Binary files differnew file mode 100644 index 0000000..8fad235 --- /dev/null +++ b/res/gumb_aaiprijava.png |