File "tib-flashcards.min.js"

Path: /ThinkIB/bm_econ/js/flashcards/tib-flashcardsminjs
File size: 1.73 KB
MIME-type: text/plain
Charset: utf-8

 
Open Back
var generalId=null,ticket=$("#ticket").val(),cardsData=[],currentPosition=0,nFlashcards=0,isAbleToSetAnAnswer=!1,cardsReported=[],isEditor=!1,fcMinW=670,fcMinH=390,fcControlsW=280;function showFlashcards(generalId,levels,topics,limit){$("#fc-viewer").hasClass("flipped")&&$("#fc-viewer").toggleClass("flipped");var data={ticket:ticket,"general-id":generalId,levels:levels,topics:topics,limit:limit};$.post("pages/user/flashcards.php?action=get-data",data,(function(response){"2"==response.success&&(alert("To access the entire contents of this site, you need to log in or subscribe to it."),location.reload()),"1"==response.success?void 0===response.data||0==response.data?alert("No cards to load"):(cardsData=response.data,nFlashcards=response.n_flashcards,currentPosition=0,(error=loadCard(currentPosition))?alert(error):saveStats(cardsData[currentPosition].card_id)):alert(response.msg)}),"json")}$(document).ready((function(){var fcViewer=$("#fc-viewer");$(".show-flashcards").on("click",(function(){generalId=$(this).data("general-id");var levels=$(this).data("levels"),topics=$(this).data("topics"),limit=$(this).data("n-flashcards");showFlashcards(generalId,levels,topics,limit)})),$(".issue-description").on("keyup",(function(e){e.preventDefault(),$(this).closest(".report-problem").find(".send-report").toggleClass("disabled",!$(this).val().trim().length)})),$(".show-fc-info").on("click",(function(e){e.preventDefault(),fcViewer.find(".fc-info").fadeToggle("slow")})),flipCard(fcViewer),moveNextPreviousCard(fcViewer),shuffleCards(fcViewer),markCardAsFavorite(fcViewer),markCardAsRight(fcViewer),markCardAsWrong(fcViewer),reportCardIssue(fcViewer),closeReportCardIssue(fcViewer),resetCardData(fcViewer),clearCardModal(fcViewer),sendCardReport(),saveCardNotes()}));