Show More
@@ -188,7 +188,14 b'' | |||||
188 | YUE.onDOMReady(function(e){ |
|
188 | YUE.onDOMReady(function(e){ | |
189 | id = 'clone_url'; |
|
189 | id = 'clone_url'; | |
190 | YUE.on(id,'click',function(e){ |
|
190 | YUE.on(id,'click',function(e){ | |
191 | YUD.get('clone_url').select(); |
|
191 | if(YUD.hasClass(id,'selected')){ | |
|
192 | return | |||
|
193 | } | |||
|
194 | else{ | |||
|
195 | YUD.addClass(id,'selected'); | |||
|
196 | YUD.get(id).select(); | |||
|
197 | } | |||
|
198 | ||||
192 | }) |
|
199 | }) | |
193 | }) |
|
200 | }) | |
194 | var data = ${c.trending_languages|n}; |
|
201 | var data = ${c.trending_languages|n}; |
General Comments 0
You need to be logged in to leave comments.
Login now